[Home] Type Microsoft.FSharp.Math.Types.RowVector


The type of row vectors. This type is included mostly only for completeness and is used relatively rarely.

Full Type Signature

type RowVector <'a> = {opsRV: 'a opsData;
                       arrRV: 'a array;}
                      with
                        interface IFormattable
                        interface IStructuralHash
                        interface IComparable
                        member Item : int -> 'a with set
                        static member ( ~+ ) : RowVector<'a> -> RowVector<'a>
                        static member ( ~- ) : RowVector<'a> -> RowVector<'a>
                        static member ( -= ) : RowVector<'a> * RowVector<'a> -> unit
                        static member ( - ) : RowVector<'a> * RowVector<'a> -> RowVector<'a>
                        static member ( %*% ) : RowVector<'a> * Vector<'a> -> 'a
                        static member ( %* ) : RowVector<'a> * Matrix<'a> -> RowVector<'a>
                        static member ( *$ ) : RowVector<'a> * 'a -> RowVector<'a>
                        static member ( .*= ) : RowVector<'a> * RowVector<'a> -> unit
                        static member ( .* ) : RowVector<'a> * RowVector<'a> -> RowVector<'a>
                        static member ( $* ) : 'a * RowVector<'a> -> RowVector<'a>
                        static member ( += ) : RowVector<'a> * RowVector<'a> -> unit
                        static member ( + ) : RowVector<'a> * RowVector<'a> -> RowVector<'a>
                        member Transpose : Vector<'a> with get
                        member NumCols : int with get
                        member Length : int with get
                        member Item : int -> 'a with get
                        member ElementOps : INumeric<'a> with get
                        member Details : 'a array with get
                      end

Instance Members

MemberDescription
member Details : 'a array with get
member ElementOps : INumeric<'a> with get
member Item : int -> 'a with get
member Length : int with get
member NumCols : int with get
member Transpose : Vector<'a> with get
member Item : int -> 'a with set

Static Members

MemberDescription
member ( + ) : RowVector<'a> * RowVector<'a> -> RowVector<'a>
member ( += ) : RowVector<'a> * RowVector<'a> -> unit
member ( $* ) : 'a * RowVector<'a> -> RowVector<'a>
member ( .* ) : RowVector<'a> * RowVector<'a> -> RowVector<'a>
member ( .*= ) : RowVector<'a> * RowVector<'a> -> unit
member ( *$ ) : RowVector<'a> * 'a -> RowVector<'a>
member ( %* ) : RowVector<'a> * Matrix<'a> -> RowVector<'a>
member ( %*% ) : RowVector<'a> * Vector<'a> -> 'a
member ( - ) : RowVector<'a> * RowVector<'a> -> RowVector<'a>
member ( -= ) : RowVector<'a> * RowVector<'a> -> unit
member ( ~- ) : RowVector<'a> -> RowVector<'a>
member ( ~+ ) : RowVector<'a> -> RowVector<'a>

See Also

Microsoft.FSharp.Math.Types


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