Edinburgh Speech Tools  2.1-release
EST_matrix_support.cc File Reference
#include <iostream>
#include "EST_TVector.h"
#include "EST_matrix_support.h"
#include "EST_bool.h"
Include dependency graph for EST_matrix_support.cc:

Go to the source code of this file.

Functions

bool EST_matrix_bounds_check (int r, int c, int num_rows, int num_columns, bool set)
 
bool EST_matrix_bounds_check (int r, int nr, int c, int nc, int num_rows, int num_columns, bool set)
 
bool EST_vector_bounds_check (int c, int num_columns, bool set)
 
bool EST_vector_bounds_check (int c, int nc, int num_columns, bool set)
 

Variables

const int EST_CURRENT =-1
 
const int EST_ALL =-1
 

Function Documentation

bool EST_matrix_bounds_check ( int  r,
int  c,
int  num_rows,
int  num_columns,
bool  set 
)

Support functions for all matrices.

Author
Richard Caley rjc@c.nosp@m.str..nosp@m.ed.ac.nosp@m..uk
Version
Id
EST_matrix_support.h,v 1.3 2004/05/04 00:00:16 awb Exp

Definition at line 51 of file EST_matrix_support.cc.

bool EST_matrix_bounds_check ( int  r,
int  nr,
int  c,
int  nc,
int  num_rows,
int  num_columns,
bool  set 
)

Definition at line 73 of file EST_matrix_support.cc.

bool EST_vector_bounds_check ( int  c,
int  num_columns,
bool  set 
)

Definition at line 111 of file EST_matrix_support.cc.

bool EST_vector_bounds_check ( int  c,
int  nc,
int  num_columns,
bool  set 
)

Definition at line 126 of file EST_matrix_support.cc.

Variable Documentation

const int EST_CURRENT =-1

Definition at line 48 of file EST_matrix_support.cc.

const int EST_ALL =-1

Definition at line 49 of file EST_matrix_support.cc.