[Home] Module Microsoft.FSharp.Math.RowVector.Generic


Operations to manipulate row vectors types carrying arbitrary element types.

Values

ValueDescription
val create : int -> 'a -> RowVector<'a>
Create by constant initialization
val get : RowVector<'a> -> int -> 'a
Get an element from a column vector.
val init : int -> (int -> 'a) -> RowVector<'a>
Create by comprehension
val length : RowVector<'a> -> int
Get the number of rows in a column vector.
val set : RowVector<'a> -> int -> 'a -> unit
Set an element in a column vector.
val transpose : RowVector<'a> -> Vector<'a>
Transpose the row vector

See Also

Microsoft.FSharp.Math.RowVector


Documentation for assembly fslib, version 1.1.10.1, generated using F# version 1.1.10.1