| 
    OpenCMISS-Zinc C++ API Documentation
    
   | 
 
#include "zinc/fieldmatrixoperators.h"#include "zinc/field.hpp"#include "zinc/fieldmodule.hpp"Go to the source code of this file.
Classes | |
| class | OpenCMISS::Zinc::FieldDeterminant | 
| A field returning the scalar real determinant of a square matrix source field.  More... | |
| class | OpenCMISS::Zinc::FieldEigenvalues | 
| A field returning the N eigenvalues of symmetric N*N component source field.  More... | |
| class | OpenCMISS::Zinc::FieldEigenvectors | 
| A field returning the N, N-dimensional eigenvectors computed with the source eigenvalues field.  More... | |
| class | OpenCMISS::Zinc::FieldMatrixInvert | 
| A field returning the inverse of N*N symmetric matrix valued source field.  More... | |
| class | OpenCMISS::Zinc::FieldMatrixMultiply | 
| A field returning the values resulting from matrix multiplication <source_field1> x <source_field2>, with <number_of_rows> rows in both <source_field1> and the result.  More... | |
| class | OpenCMISS::Zinc::FieldProjection | 
| A projection field returning the result of a matrix multiplication with perspective division on the source field vector.  More... | |
| class | OpenCMISS::Zinc::FieldTranspose | 
| A field returning the transpose of N*M matrix source_field.  More... | |
Namespaces | |
| OpenCMISS | |
| The OpenCMISS namespace.  | |
| OpenCMISS::Zinc | |
| The OpenCMISS::Zinc namespace.  | |
 1.8.6