Constructs a n x 1 DoubleMatrix instance from a given vector.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleMatrix( DoubleVector v ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ v As DoubleVector _ ) |
| Visual C++ |
|---|
public: DoubleMatrix( DoubleVector^ v ) |
Parameters
- v
- Type: CenterSpace.NMath.Core..::.DoubleVector
A vector.