GetFEM  5.4.2
gmm_dense_matrix_functions.h File Reference

Common matrix functions for dense matrices. More...

Go to the source code of this file.

Functions

template<typename T >
void gmm::sqrtm_utri_inplace (dense_matrix< T > &A)
 Matrix square root for upper triangular matrices (from GNU Octave).
 
template<typename T >
void gmm::logm_utri_inplace (dense_matrix< T > &S)
 Matrix logarithm for upper triangular matrices (from GNU/Octave)
 
template<typename T >
void gmm::logm (const dense_matrix< T > &A, dense_matrix< T > &LOGMA)
 Matrix logarithm (from GNU/Octave)
 

Detailed Description

Common matrix functions for dense matrices.

Author
Konstantinos Poulios pouli.nosp@m.os.k.nosp@m.onsta.nosp@m.ntin.nosp@m.os@gm.nosp@m.ail..nosp@m.com
Date
December 10, 2014.

Definition in file gmm_dense_matrix_functions.h.