#include <vnl_matrix_fixed.h>
Inheritance diagram for vnl_matrix_fixed:
Public Methods | |
vnl_matrix_fixed () | |
vnl_matrix_fixed (const T &value) | |
vnl_matrix_fixed (const T *datablck) | |
vnl_matrix_fixed (const vnl_matrix< T > &rhs) | |
vnl_matrix_fixed< T, m, n > & | operator= (const vnl_matrix< T > &rhs) |
vnl_matrix_fixed< T, m, n > & | operator= (const vnl_matrix_fixed< T, m, n > &rhs) |
vnl_matrix_fixed (const vnl_matrix_fixed< T, m, n > &rhs) |
Definition at line 31 of file vnl_matrix_fixed.h.
|
Construct an empty m*n matrix. Definition at line 37 of file vnl_matrix_fixed.h. |
|
Construct an m*n matrix and fill with value. Definition at line 41 of file vnl_matrix_fixed.h. |
|
Construct an m*n Matrix and copy data into it row-wise. Definition at line 49 of file vnl_matrix_fixed.h. |
|
Construct an m*n Matrix and copy rhs into it.\ Abort if rhs is. not the same size. Definition at line 56 of file vnl_matrix_fixed.h. |
|
Definition at line 77 of file vnl_matrix_fixed.h. |
|
Copy another vnl_matrix_fixed<T,m,n> into this. Definition at line 72 of file vnl_matrix_fixed.h. |
|
Copy a vnl_matrix into this.\ Abort if rhs is. not the same size. Reimplemented from vnl_matrix_fixed_ref< T, m, n >. Definition at line 64 of file vnl_matrix_fixed.h. |