#include <ISquareMatrix.hpp>
List of all members.
Detailed Description
template<int m>
class zeus::ISquareMatrix< m >
A square matrix interface for m matrices.
Member Function Documentation
Calculate the inverse matrix of this matrix.
- Parameters:
-
| rInverseMatrix | [OUT]: The inverse matrix. |
- Return values:
-
| true | : This matrix is invertible. |
| false,: | This matrix is not invertible. |
Invert this matrix.
- Return values:
-
| true | : This matrix is invertible. |
| false,: | This matrix is not invertible. |
Implements zeus::IMatrix.
Is this matrix invertible?
- Return values:
-
| true | : Invertible. |
| false,: | Not invertible |
Implements zeus::IMatrix.
template<int m>
| virtual void MQUALIFIER zeus::ISquareMatrix< m >::setDiagonal |
( |
const Float & |
fValue ) |
[pure virtual] |
Set all values on the diagonal to the same value.
- Parameters:
-
| fValue | [IN]: Value to set. |
The documentation for this class was generated from the following file: