OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matrixexponential
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h
24
class
MatrixExponential
{
35
MatrixExponential
(const MatrixType &M);
47
MatrixExponential
(const
MatrixExponential
&);
48
MatrixExponential
& operator=(const
MatrixExponential
&);
163
MatrixExponential
<MatrixType>::
MatrixExponential
(const MatrixType &M) :
178
void
MatrixExponential
<MatrixType>::compute(ResultType &result)
195
EIGEN_STRONG_INLINE void
MatrixExponential
<MatrixType>::pade3(const MatrixType &A
[
all
...]
/external/eigen/unsupported/Eigen/
MatrixFunctions
58
#include "src/MatrixFunctions/
MatrixExponential
.h"
158
\include
MatrixExponential
.cpp
159
Output: \verbinclude
MatrixExponential
.out
Completed in 674 milliseconds