#include "vector.h"
#include <algorithm>
Go to the source code of this file.
|
template<typename number_t , int size> |
void | allofw::internal::matrix_inversion (const number_t *data, number_t *output) |
|
template void | allofw::internal::matrix_inversion< double, 3 > (const double *, double *) |
|
template void | allofw::internal::matrix_inversion< float, 3 > (const float *, float *) |
|
template void | allofw::internal::matrix_inversion< double, 4 > (const double *, double *) |
|
template void | allofw::internal::matrix_inversion< float, 4 > (const float *, float *) |
|