Gemstone Numeric Library
C#
VB
C++
JavaScript
Show/Hide TOC
Matrix
T
Constructor
Overload List
Matrix
T
(
T
)
Creates a
Matrix
T
from the given data.
Matrix
T
(Int32,
T
)
Creates a
Matrix
T
of repeating rows.
Matrix
T
(
T
, Int32)
Creates a
Matrix
T
of repeating columns.
Matrix
T
(Int32, Int32, T)
Creates a
Matrix
T
of given size, prepopulated with a value.
See Also
Reference
Matrix
T
Structure
Gemstone.Numeric Namespace
In This Article
Overload List
See Also