ntcIntegerMatrix
class ntcIntegerMatrix : public vtkObject
Description:
ntcIntegerMatrix is a class containing a library of functions on matrixes
with integer coefficients
Inheritance:
Public Methods
-
- int Determinant( int &det )
- void SetElement(int i, int j, int value)
- ntcIntegerMatrix* GetMinor( int i, int j )
- int GetMinor( vtkIdList *cols, vtkIdList *rows, ntcIntegerMatrix *minor )
- int GetMinorWithout( vtkIdList *cols, vtkIdList *rows, ntcIntegerMatrix *minor )
- int GetMinor( int i, int j, ntcIntegerMatrix *minor )
- int GetMinor3x3( int i, int j, ntcIntegerMatrix *minor )
- void SetMatrixSize( int n )
- void SetSize( int m, int n )
- void SetMatrixSize( int m, int n )
- int GetMatrixSize()
- void SetSize( int n )
- int GetSize()
- int GetNumberOfRows()
- int GetNumberOfCols()
- int GetRank( vtkIdList *colIndices = NULL, vtkIdList *rowIndices = NULL )
- int GetKernelBase( int **base )
- void Print()
Documentation
ntcIntegerMatrix is a class containing a library of functions on matrixes
with integer coefficients
- int Determinant( int &det )
- void SetElement(int i, int j, int value)
- ntcIntegerMatrix* GetMinor( int i, int j )
- int GetMinor( vtkIdList *cols, vtkIdList *rows, ntcIntegerMatrix *minor )
- int GetMinorWithout( vtkIdList *cols, vtkIdList *rows, ntcIntegerMatrix *minor )
- int GetMinor( int i, int j, ntcIntegerMatrix *minor )
- int GetMinor3x3( int i, int j, ntcIntegerMatrix *minor )
- void SetMatrixSize( int n )
- void SetSize( int m, int n )
- void SetMatrixSize( int m, int n )
- int GetMatrixSize()
- void SetSize( int n )
- int GetSize()
- int GetNumberOfRows()
- int GetNumberOfCols()
- int GetRank( vtkIdList *colIndices = NULL, vtkIdList *rowIndices = NULL )
- int GetKernelBase( int **base )
- void Print()
- This class has no child classes.
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de