Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public BlockVector(
params Vector<T>[] blocks
)
Public Sub New (
ParamArray blocks As Vector(Of T)()
)
public:
BlockVector(
... array<Vector<T>^>^ blocks
)
new :
blocks : Vector<'T>[] -> BlockVector
Parameters
- blocks
- Type: Extreme.MathematicsVectorT
An array of vectors.
Numerical Libraries
Supported in: 6.0
Reference