Click or drag to resize
Accord.NET (logo)

OctaveEnvironment Methods

The OctaveEnvironment type exposes the following members.

Methods
  NameDescription
Protected methodStatic memberabs(Double)
Absolute value.
Protected methodStatic memberabs(Double)
Absolute value.
Protected methodStatic memberabs(Double)
Absolute value.
Protected methodStatic memberceil(Double)
Ceiling.
Protected methodStatic memberceil(Double)
Ceiling.
Protected methodStatic memberceil(Double)
Ceiling.
Protected methodStatic memberchol
Cholesky decomposition.
Protected methodStatic membercos(Double)
Cos.
Protected methodStatic membercos(Double)
Cos.
Protected methodStatic membercos(Double)
Cos.
Protected methodStatic membereig(Double, Double)
Eigenvalue decomposition.
Protected methodStatic membereig(Double, Double, Double)
Eigenvalue decomposition.
Protected methodStatic membereig(Double, Double, Double)
Eigenvalue decomposition.
Protected methodStatic membereig(Double, Double, Double, Double)
Eigenvalue decomposition.
Protected methodStatic membereig(Double, Double, Double, Double, Double)
Eigenvalue decomposition.
Protected methodStatic membereig(Double, Double, Double, Double, Double, Double, Double)
Eigenvalue decomposition.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodStatic memberexp(Double)
Exponential value.
Protected methodStatic memberexp(Double)
Exponential value.
Protected methodStatic memberexp(Double)
Exponential value.
Protected methodStatic membereye
Creates an identity matrix.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodStatic memberfloor(Double)
Flooring.
Protected methodStatic memberfloor(Double)
Flooring.
Protected methodStatic memberfloor(Double)
Flooring.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodStatic memberinv
Inverts a matrix.
Protected methodStatic memberlog(Double)
Logarithm.
Protected methodStatic memberlog(Double)
Logarithm.
Protected methodStatic memberlog(Double)
Logarithm.
Protected methodStatic membermagic
Creates a magic square matrix.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodStatic memberones(Int32)
Creates a unit matrix.
Protected methodStatic memberones(Int32, Int32)
Creates a unit matrix.
Protected methodStatic memberpinv
Inverts a matrix.
Protected methodStatic memberprod
Product of vector elements.
Protected methodStatic memberqr(Double, Double, Double)
QR decomposition.
Protected methodStatic memberqr(Double, Double, Double, Double)
QR decomposition.
Protected methodStatic memberrand
Random vector.
Protected methodStatic memberrank
Rank of a matrix.
Protected methodStatic memberround(Double)
Rounding.
Protected methodStatic memberround(Double)
Rounding.
Protected methodStatic memberround(Double)
Rounding.
Protected methodStatic membersin(Double)
Sin.
Protected methodStatic membersin(Double)
Sin.
Protected methodStatic membersin(Double)
Sin.
Protected methodStatic membersize
Size of a matrix.
Protected methodStatic membersum(Double)
Matrix sum vector.
Protected methodStatic membersum(Double)
Sum of vector elements.
Protected methodStatic membersum(Double, Int32)
Matrix sum vector.
Protected methodsvd
Singular value decomposition.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodStatic memberzeros(Int32)
Creates a unit matrix.
Protected methodStatic memberzeros(Int32, Int32)
Creates a unit matrix.
Top
Extension Methods
  NameDescription
Public Extension MethodHasMethod
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.)
Public Extension MethodIsEqual
Compares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.)
Public Extension MethodTo(Type)Overloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Public Extension MethodToTOverloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Top
See Also