Edinburgh Speech Tools  2.1-release
EST_matrix_support.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

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.