public final class SMatrix
extends java.lang.Object
Constructor and Description |
---|
SMatrix() |
Modifier and Type | Method and Description |
---|---|
static double[] |
LUSolve(double[][] m,
double[] R) |
static double[][] |
MMmultiply(double[][] a,
double[][] b) |
static double[] |
MVmultiply(double[][] a,
double[] b) |
static double[][] |
transpose(double[][] a) |
Copyright © 2013. All Rights Reserved.