yvesVectorToMatrix Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static void VectorToMatrix(
float[] sV,
float[,] sM
)
Public Shared Sub VectorToMatrix (
sV As Single(),
sM As Single(,)
)
Request Example
View SourceParameters
- sV Single
-
- sM Single
-
See Also