Full Type Signaturetype RowVector<'a> = {opsRV: 'a opsData;
arrRV: 'a array;}
with
interface IFormattable
interface IStructuralHash
interface IComparable
override Equals : obj -> bool
override GetHashCode : unit -> int
member ( .[..] ) : start:int option * finish:int option -> RowVector<'a>
member Permute : Permutation -> RowVector<'a>
[<UnverifiableAttribute ()>]
member Pin : ('a nativeptr -> 'b) -> 'b
[<UnverifiableAttribute ()>]
member PinHandle : unit -> 'a nativeptr * GCHandle
member ElementOps : INumeric<'a>
member Item : int -> 'a with get
member Length : int
member NumCols : int
member Transpose : Vector<'a>
static member ( + ) : RowVector<'a> * RowVector<'a> -> RowVector<'a>
static member ( += ) : RowVector<'a> * RowVector<'a> -> unit
static member ( $* ) : 'a * RowVector<'a> -> RowVector<'a>
static member ( .* ) : RowVector<'a> * RowVector<'a> -> RowVector<'a>
static member ( .*= ) : RowVector<'a> * RowVector<'a> -> unit
[<OverloadIDAttribute ("ScalarRowVectorMultiply")>]
static member ( * ) : 'a * RowVector<'a> -> RowVector<'a>
[<OverloadIDAttribute ("RowVectorScalarMultiply")>]
static member ( * ) : RowVector<'a> * 'a -> RowVector<'a>
[<OverloadIDAttribute ("RowVectorMatrixMultiply")>]
static member ( * ) : RowVector<'a> * Matrix<'a> -> RowVector<'a>
[<OverloadIDAttribute ("RowVectorVectorMultiply")>]
static member ( * ) : RowVector<'a> * Vector<'a> -> 'a
static member ( - ) : RowVector<'a> * RowVector<'a> -> RowVector<'a>
static member ( -= ) : RowVector<'a> * RowVector<'a> -> unit
static member ( ~- ) : RowVector<'a> -> RowVector<'a>
static member ( ~+ ) : RowVector<'a> -> RowVector<'a>
member Item : int -> 'a with set
end Instance Members
Static Members
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
See Also |
Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19