public class MatrixUtil
extends java.lang.Object
| Constructor and Description |
|---|
MatrixUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.math3.linear.RealMatrix |
augment(org.apache.commons.math3.linear.RealMatrix matrix,
int rows,
int columns) |
static org.apache.commons.math3.linear.RealMatrix |
augmentWithIdentity(org.apache.commons.math3.linear.RealMatrix matrix,
int dimensions) |
public static org.apache.commons.math3.linear.RealMatrix augment(org.apache.commons.math3.linear.RealMatrix matrix,
int rows,
int columns)
public static org.apache.commons.math3.linear.RealMatrix augmentWithIdentity(org.apache.commons.math3.linear.RealMatrix matrix,
int dimensions)