Full Type Signaturetype 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
Static Members
| ||||||||||||||||||||||||||||||||||||||||||
See Also |
Documentation for assembly fslib, version 1.1.10.1, generated using F# version 1.1.10.1