public class OjAlgoMathUtils
extends java.lang.Object
| Constructor and Description |
|---|
OjAlgoMathUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.ojalgo.matrix.PrimitiveMatrix |
getOnes(int m,
int n)
Create (m,n)-matrix containing only ones.
|
static org.ojalgo.matrix.PrimitiveMatrix |
getUnityMultiple(int n,
double scalar)
Create unity matrix multiplied by scalar.
|
public static org.ojalgo.matrix.PrimitiveMatrix getOnes(int m,
int n)
m - n - public static org.ojalgo.matrix.PrimitiveMatrix getUnityMultiple(int n,
double scalar)
m - n -