| Package | Description |
|---|---|
| org.ejml.simple |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBase<T extends SimpleBase>
Parent of
SimpleMatrix implements all the standard matrix operations and uses
generics to allow the returned matrix type to be changed. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleMatrix
SimpleMatrix is a wrapper around DenseMatrix64F that provides an
easy to use object oriented interface for performing matrix operations. |
Copyright © 2013. All Rights Reserved.