Constructs a new constant matrix.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static ComplexConstantMatrix CreateConstant(
int rowCount,
int columnCount,
DoubleComplex value
)
Public Shared Function CreateConstant (
rowCount As Integer,
columnCount As Integer,
value As DoubleComplex
) As ComplexConstantMatrix
public:
static ComplexConstantMatrix^ CreateConstant(
int rowCount,
int columnCount,
DoubleComplex value
)
static member CreateConstant :
rowCount : int *
columnCount : int *
value : DoubleComplex -> ComplexConstantMatrix
Parameters
- rowCount
- Type: SystemInt32
The number of rows. - columnCount
- Type: SystemInt32
The number of columns. - value
- Type: Extreme.MathematicsDoubleComplex
The constant value of all
the components.
Return Value
Type:
ComplexConstantMatrixA
ConstantVector.
The values of the components cannot be changed.
Numerical Libraries
Supported in: 5.x, 4.x
Reference