Represents a pinned handle to a structure with an underlying 1D array, i.e. an underlying NativeArray.
Used when interfacing with native code math libraries such as LAPACK.
Full Type Signature
type PinnedArray<'a>
with
member Free : unit -> unit
static member FromNative : NativeArray<'a> * GCHandle -> PinnedArray<'a>
member Length : int
member NativeArray : NativeArray<'a>
member Ptr : 'a nativeptr
static member of_array : 'a [] -> PinnedArray<'a>
static member of_rowvec : RowVector<'a> -> PinnedArray<'a>
static member of_vector : Vector<'a> -> PinnedArray<'a>
end
Instance Members
Static Members
|