public class SolveMatrixTest
extends java.lang.Object
Constructor and Description |
---|
SolveMatrixTest() |
Modifier and Type | Method and Description |
---|---|
MatrixNd |
getDerror() |
MatrixNd |
getK() |
MatrixNd |
getKerror() |
MatrixNd |
getKnumeric() |
boolean |
getYPRStiffness() |
void |
setYPRStiffness(boolean enable) |
double |
testDamping(MechSystemBase sys,
double h,
java.lang.String fmtStr) |
double |
testStiffness(MechSystemBase sys,
double h) |
double |
testStiffness(MechSystemBase sys,
double h,
boolean printMatrices) |
double |
testStiffness(MechSystemBase sys,
double h,
java.lang.String fmtStr) |
public boolean getYPRStiffness()
public void setYPRStiffness(boolean enable)
public double testStiffness(MechSystemBase sys, double h)
public double testStiffness(MechSystemBase sys, double h, boolean printMatrices)
public double testStiffness(MechSystemBase sys, double h, java.lang.String fmtStr)
public double testDamping(MechSystemBase sys, double h, java.lang.String fmtStr)
public MatrixNd getK()
public MatrixNd getKnumeric()
public MatrixNd getKerror()
public MatrixNd getDerror()