Returns a column of this matrix as a vector. The returned vector
and the matrix share the data.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleVector Col( int j ) |
| Visual Basic (Declaration) |
|---|
Public Function Col ( _ j As Integer _ ) As DoubleVector |
| Visual C++ |
|---|
public: DoubleVector^ Col( int j ) |
Parameters
- j
- Type: System..::.Int32
The column number.