[Home] Module Microsoft.FSharp.Math.RowVector


Operations to manipulate floating point row vectors. These are included for completeness and are nearly always transposed to column vectors.

Modules (as contributed by assembly 'fslib')

ModuleDescription
Microsoft.FSharp.Math.RowVector.Generic Operations to manipulate row vectors types carrying arbitrary element types.

Values

ValueDescription
val create : int -> float -> rowvec
Create by constant initialization
val get : rowvec -> int -> float
Get an element of a column vector
val init : int -> (int -> float) -> rowvec
Create by comprehension
val length : rowvec -> int
Get the dimensions (number of rows) of a column rowvec.
val set : rowvec -> int -> float -> unit
Set an element of a column rowvec
val transpose : rowvec -> vector

See Also

Microsoft.FSharp.Math


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