java.lang.Object
org.ejml.dense.row.decomposition.svd.SmartRotatorUpdate
public class SmartRotatorUpdate
extends java.lang.Object
-
-
Method Summary
| Modifier and Type |
Method |
Description |
org.ejml.data.DMatrixRMaj |
getR() |
|
void |
init(org.ejml.data.DMatrixRMaj R) |
|
void |
update(int rowA,
int rowB,
double c,
double s) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public SmartRotatorUpdate()
-
Method Details
-
public org.ejml.data.DMatrixRMaj getR()
-
public void init(org.ejml.data.DMatrixRMaj R)
-
public void update(int rowA,
int rowB,
double c,
double s)