[Home] Namespace Microsoft.FSharp.Math


Modules (as contributed by assembly 'fslib')

ModuleDescription
Microsoft.FSharp.Math.BigInt
Microsoft.FSharp.Math.BigNum
Microsoft.FSharp.Math.BigRational
Microsoft.FSharp.Math.Compatibility Functions to make F# math-related code look similar to code in other systems
Microsoft.FSharp.Math.Complex
Microsoft.FSharp.Math.LinearAlgebra
Microsoft.FSharp.Math.Matrix Operations to manipulate floating point matrices. The submodule [[Matrix.Generic]] contains a matching set of operations to manipulate matrix types carrying arbitrary element types.
Microsoft.FSharp.Math.Notation This module contains notation related to matrices and vectors
Microsoft.FSharp.Math.RangeOps Ranges, Regions, Iterations
Microsoft.FSharp.Math.RowVector Operations to manipulate floating point row vectors. These are included for completeness and are nearly always transposed to column vectors.
Microsoft.FSharp.Math.Types The concrete definitions of the various types in this namespace.
Microsoft.FSharp.Math.Vector Operations to manipulate floating point column vectors. The submodule VectorOps.Generic contains a matching set of operations to manipulate column vectors carrying arbitrary element types.

Types

TypeDescription
type complex The type of complex numbers Note: an abbreviation for Complex
type matrix The type of floating point matrices Note: an abbreviation for Matrix
type rowvec The type of floating point row vectors Note: an abbreviation for RowVector
type vector The type of floating point column vectors Note: an abbreviation for Vector

See Also

Namespaces


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