Returns a new matrix that contains only the columns
in the specified sequence.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Matrix<T> GetColumns<C>(
IEnumerable<C> keys
)
Public Function GetColumns(Of C) (
keys As IEnumerable(Of C)
) As Matrix(Of T)
public:
generic<typename C>
Matrix<T>^ GetColumns(
IEnumerable<C>^ keys
)
member GetColumns :
keys : IEnumerable<'C> -> Matrix<'T>
Parameters
- keys
- Type: System.Collections.GenericIEnumerableC
A sequence of keys of the columns to return.
Type Parameters
- C
Return Value
Type:
MatrixTA new matrix containing only the columns
whose key is in
keys.
Numerical Libraries
Supported in: 5.x
Reference