DNA Calib 1.1
Project brief
|
Functions | |
template<dim_t N, typename T > | |
void | minor (const mat< N, N, T > &input, dim_t dimensions, dim_t i, dim_t j, mat< N, N, T > &output) |
template<dim_t N, typename T > | |
T | determinant (const mat< N, N, T > &m, dim_t dimensions) |
template<dim_t N, typename T > | |
mat< N, N, T > | adjoint (const mat< N, N, T > &m) |
References determinant(), and minor().
Referenced by tdm::inverse().
|
inline |
References determinant(), and minor().
Referenced by adjoint(), tdm::determinant(), and determinant().
|
inline |
Referenced by adjoint(), and determinant().