GCLgrid :: dmatrix | classes |
class dmatrix_size_error | ? ^ |
Thrown by a dmatrix when two matrices have a size mismatch.
- Source:
- dmatrix.h:64
- Author:
- Gary L. Pavlis
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~dmatrix_size_error destructor public automatically generated dmatrix_size_error constructor public Basic constructor for this error object. dmatrix_size_error constructor public automatically generated log_error method public Writes the error message to standard error. operator = operator public automatically generated
destructor ~dmatrix_size_error | ? ^ > |
automatically generated
- Source:
- dmatrix.h
- Code:
public ~ dmatrix_size_error ( )
constructor dmatrix_size_error | ? ^ < > |
Basic constructor for this error object.
- Source:
- dmatrix.h:74
- Params:
nr1 number of rows in matrix 1 nc1 number of columns in matrix 1 nr1 number of rows in matrix 2 nc1 number of columns in matrix 2
- Code:
public dmatrix_size_error ( int nr1 , int nc1 , int nr2 , int nc2 )
constructor dmatrix_size_error | ? ^ < > |
automatically generated
- Source:
- dmatrix.h
- Code:
public dmatrix_size_error ( const dmatrix_size_error & )
method log_error | ? ^ < > |
Writes the error message to standard error.
- Source:
- dmatrix.h:84
- Code:
public virtual void log_error ( )
operator = | ? ^ < > |
automatically generated
- Source:
- dmatrix.h
- Code:
public dmatrix_size_error & operator = ( const dmatrix_size_error & )
Created Tue Jan 16 13:32:12 2007.
This documentation was generated automatically by
ccdoc v08r41 2004/09/29 bin_opt_suncc_sun4-solaris-2.8.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.