|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectus.ihmc.utilities.math.MatrixExponentialCalculator
public class MatrixExponentialCalculator
Constructor Summary | |
---|---|
MatrixExponentialCalculator(int size)
|
Method Summary | |
---|---|
void |
compute(org.ejml.data.DenseMatrix64F result,
org.ejml.data.DenseMatrix64F A)
Adapted from jblas Original documentation: Calculate matrix exponential of a square matrix. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatrixExponentialCalculator(int size)
Method Detail |
---|
public void compute(org.ejml.data.DenseMatrix64F result, org.ejml.data.DenseMatrix64F A)
A
- square matrix
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |