Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

106 lines
6.7 KiB

<HTML><HEAD><TITLE>Microsoft.FSharp.Math</TITLE><link rel="stylesheet" type="text/css"href="../msdn.css"></link></HEAD><BODY>
<br><dl>
<dt></dt><dd>
<h1>[<a href='../namespaces.html'>Home</a>] Namespace Microsoft.FSharp.Math </h1><br>
</dd>
<dt></dt><dd>
<table>
<tr valign='top'><td>
<dt><h3>Modules (as contributed by assembly 'FSharp.PowerPack')</h3></dt><dd>
<table width="100%%">
<tr><th width=30%>Module</th><th>Description</th></tr>
<tr valign="top"><td><a href='Microsoft.FSharp.Math.Complex.html'>Microsoft.FSharp.Math.Complex</a></td><td></td></tr>
<tr valign="top"><td><a href='Microsoft.FSharp.Math.GlobalAssociations.html'>Microsoft.FSharp.Math.GlobalAssociations</a></td><td><summary>
Associations are a way of associating dictionaries of
operations with given types at runtime. Associations are global to a
.NET application domain. Once specified an association may not be deleted
or modified.
In this release the system of associations is simply
limited to a registry of types that support dictionaries (i.e. interface objects)
of numeric operations. The following types are pre-registered with associated numeric
operations: float, int32, int64, bigint, float32, Complex, bignum. Other types must be
registered explicitly by user code.
</summary></td></tr>
<tr valign="top"><td><a href='Microsoft.FSharp.Math.Instances.html'>Microsoft.FSharp.Math.Instances</a></td><td></td></tr>
<tr valign="top"><td><a href='Microsoft.FSharp.Math.Matrix.html'>Microsoft.FSharp.Math.Matrix</a></td><td><summary>
Operations to manipulate floating
point matrices. The submodule <tt>Matrix.Generic</tt> contains a
matching set of operations to manipulate matrix types carrying
arbitrary element types.
</summary></td></tr>
<tr valign="top"><td><a href='Microsoft.FSharp.Math.Measure.html'>Microsoft.FSharp.Math.Measure</a></td><td></td></tr>
<tr valign="top"><td><a href='Microsoft.FSharp.Math.PhysicalConstants.html'>Microsoft.FSharp.Math.PhysicalConstants</a></td><td><summary>
Fundamental physical constants, with units-of-measure
</summary></td></tr>
<tr valign="top"><td><a href='Microsoft.FSharp.Math.RowVector.html'>Microsoft.FSharp.Math.RowVector</a></td><td><summary>
Operations to manipulate floating
point row vectors. These are included for completeness and are
nearly always transposed to column vectors.
</summary></td></tr>
<tr valign="top"><td><a href='Microsoft.FSharp.Math.SI.html'>Microsoft.FSharp.Math.SI</a></td><td><summary>
The International System of Units (SI)
</summary></td></tr>
<tr valign="top"><td><a href='Microsoft.FSharp.Math.Vector.html'>Microsoft.FSharp.Math.Vector</a></td><td><summary>
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.
</summary></td></tr>
</table>
</dd>
<dt><h3>Type Definitions</h3></dt><dd>
<table width="100%%">
<tr><th width=30%>Type</th><th>Description</th></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type__bignum.html'>bignum</a></td><td> Note: an abbreviation for <tt><a href='Microsoft.FSharp.Math.type_BigNum.html'>BigNum</a></tt></td></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type_BigNum.html'>BigNum</a></td><td><summary>
The type of arbitrary-sized rational numbers
</summary></td></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type_BigRational.html'>BigRational</a></td><td> Note: an abbreviation for <tt><a href='Microsoft.FSharp.Math.type_BigNum.html'>BigNum</a></tt></td></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type__complex.html'>complex</a></td><td><summary>
The type of complex numbers
</summary> Note: an abbreviation for <tt><a href='Microsoft.FSharp.Math.type_Complex.html'>Complex</a></tt></td></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type_Complex.html'>Complex</a></td><td><summary>
The type of complex numbers stored as pairs of 64-bit floating point numbers in rectangular coordinates
</summary></td></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type_IFloating-1.html'>IFloating</a></td><td></td></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type_IFractional-1.html'>IFractional</a></td><td></td></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type_IIEEE-1.html'>IIEEE</a></td><td></td></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type_IIntegral-1.html'>IIntegral</a></td><td></td></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type_INormFloat-1.html'>INormFloat</a></td><td></td></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type_INumeric-1.html'>INumeric</a></td><td></td></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type__matrix.html'>matrix</a></td><td><summary>
The type of floating point matrices
</summary> Note: an abbreviation for <tt><a href='Microsoft.FSharp.Math.type_Matrix-1.html'>Matrix</a>&lt;<a href='../FSharp.Core/Microsoft.FSharp.Core.type__float.html'>float</a>&gt;</tt></td></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type_Matrix-1.html'>Matrix</a></td><td><summary>
The type of matrices. The arithmetic operations on the element type are determined by inspection on the element type itself.
Two representations are supported: sparse and dense.
</summary></td></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type__rowvec.html'>rowvec</a></td><td><summary>
The type of floating point row vectors
</summary> Note: an abbreviation for <tt><a href='Microsoft.FSharp.Math.type_RowVector-1.html'>RowVector</a>&lt;<a href='../FSharp.Core/Microsoft.FSharp.Core.type__float.html'>float</a>&gt;</tt></td></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type_RowVector-1.html'>RowVector</a></td><td><summary>
The type of row vectors.
</summary></td></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type__vector.html'>vector</a></td><td><summary>
The type of floating point column vectors
</summary> Note: an abbreviation for <tt><a href='Microsoft.FSharp.Math.type_Vector-1.html'>Vector</a>&lt;<a href='../FSharp.Core/Microsoft.FSharp.Core.type__float.html'>float</a>&gt;</tt></td></tr>
<tr valign="top"><td>type <a href='Microsoft.FSharp.Math.type_Vector-1.html'>Vector</a></td><td><summary>
The type of column vectors. The arithmetic operations on the element type are determined by inspection
on the element type itself
</summary></td></tr>
</table>
</dd>
</td></tr>
<tr valign='top'><td>
<dt><h3>See Also</h3></dt><dd>
<a href="../namespaces.html">Namespaces</a> </dd>
</td></tr>
</table>
</dd>
</dl>
<br /> <br/><p><i>Documentation for assembly FSharp.PowerPack, version 1.9.6.16, generated using <a href='http://research.microsoft.com/fsharp/'>F# Programming Language</a> version 1.9.6.16</i></p>
</BODY></HTML>