A collection of vnl_matrix operations, provided as static methods. More...
#include <vnl_matops.h>
Static Public Member Functions | |
| static double | homg_diff (vnl_matrix< double > const &A, vnl_matrix< double > const &B) |
| Return fro_norm( (A . More... | |
| static vnl_matrix< double > | cat (vnl_matrix< double > const &A, vnl_matrix< double > const &B) |
| Laminating. More... | |
| static vnl_matrix< double > | cat (vnl_matrix< double > const &A, vnl_vector< double > const &B) |
| static vnl_matrix< double > | cat (vnl_vector< double > const &A, vnl_matrix< double > const &B) |
| static vnl_matrix< double > | vcat (vnl_matrix< double > const &A, vnl_matrix< double > const &B) |
| static vnl_matrix< double > | f2d (vnl_matrix< float > const &) |
| Conversions. More... | |
| static vnl_vector< double > | f2d (vnl_vector< float > const &) |
| static vnl_matrix< float > | d2f (vnl_matrix< double > const &) |
| static vnl_vector< float > | d2f (vnl_vector< double > const &) |
A collection of vnl_matrix operations, provided as static methods.
Highlights include matrix glueing, and type conversions. matlab_print has been moved to vnl_matlab_print.h.
Definition at line 24 of file vnl_matops.h.
|
static |
Laminating.
Definition at line 11 of file vnl_matops.cxx.
|
static |
Definition at line 22 of file vnl_matops.cxx.
|
static |
Definition at line 33 of file vnl_matops.cxx.
|
static |
Definition at line 93 of file vnl_matops.cxx.
|
static |
Definition at line 103 of file vnl_matops.cxx.
|
static |
Conversions.
Definition at line 88 of file vnl_matops.cxx.
|
static |
Definition at line 98 of file vnl_matops.cxx.
|
static |
|
static |
Definition at line 44 of file vnl_matops.cxx.
1.8.15