You are here: Start » AVL.NET » Matrix Constructor
Matrix Constructor
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public Matrix ( int nRows, int nCols, IList<float> rhs )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| nRows | int | ||||
| nCols | int | ||||
| rhs | System.Collections.Generic.IList<float> |
