OctaveEnvironment Methods |
The OctaveEnvironment type exposes the following members.
Name | Description | |
---|---|---|
abs(Double) | Absolute value. | |
abs(Double) | Absolute value. | |
abs(Double) | Absolute value. | |
ceil(Double) | Ceiling. | |
ceil(Double) | Ceiling. | |
ceil(Double) | Ceiling. | |
chol | Cholesky decomposition. | |
cos(Double) | Cos. | |
cos(Double) | Cos. | |
cos(Double) | Cos. | |
eig(Double, Double) | Eigenvalue decomposition. | |
eig(Double, Double, Double) | Eigenvalue decomposition. | |
eig(Double, Double, Double) | Eigenvalue decomposition. | |
eig(Double, Double, Double, Double) | Eigenvalue decomposition. | |
eig(Double, Double, Double, Double, Double) | Eigenvalue decomposition. | |
eig(Double, Double, Double, Double, Double, Double, Double) | Eigenvalue decomposition. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
exp(Double) | Exponential value. | |
exp(Double) | Exponential value. | |
exp(Double) | Exponential value. | |
eye | Creates an identity matrix. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
floor(Double) | Flooring. | |
floor(Double) | Flooring. | |
floor(Double) | Flooring. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
inv | Inverts a matrix. | |
log(Double) | Logarithm. | |
log(Double) | Logarithm. | |
log(Double) | Logarithm. | |
magic | Creates a magic square matrix. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ones(Int32) | Creates a unit matrix. | |
ones(Int32, Int32) | Creates a unit matrix. | |
pinv | Inverts a matrix. | |
prod | Product of vector elements. | |
qr(Double, Double, Double) | QR decomposition. | |
qr(Double, Double, Double, Double) | QR decomposition. | |
rand | Random vector. | |
rank | Rank of a matrix. | |
round(Double) | Rounding. | |
round(Double) | Rounding. | |
round(Double) | Rounding. | |
sin(Double) | Sin. | |
sin(Double) | Sin. | |
sin(Double) | Sin. | |
size | Size of a matrix. | |
sum(Double) | Matrix sum vector. | |
sum(Double) | Sum of vector elements. | |
sum(Double, Int32) | Matrix sum vector. | |
svd | Singular value decomposition. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
zeros(Int32) | Creates a unit matrix. | |
zeros(Int32, Int32) | Creates a unit matrix. |
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(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.) | |
ToT | 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.) |