Overload List
| Name | Description | |
|---|---|---|
| Create(Size, MatType) |
allocates new matrix data unless the matrix already has specified size and type.
previous data is unreferenced if needed.
| |
| Create(Int32, Int32, MatType) |
allocates new matrix data unless the matrix already has specified size and type.
previous data is unreferenced if needed.
|
See Also