public class UncLinAlg
Public Class UncLinAlg
public ref class UncLinAlg
type UncLinAlg = class end
UncLinAlg | Initializes a new instance of the UncLinAlg class |
CubicEigT | Cubic Eigenvalue Problem A0*v + lambda*A1*v + lambda^2*A2*v + lambda^3*A3*v = 0 |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
LinearEigT | Linear Eigenvalue Problem A0*v + lambda*A1*v = 0 |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
NonLinearEigT | Non-Linear Eigenvalue Problem A[0]*v + lambda*A[1]*v + lambda^2*A[2]*v + ... + lambda^(n-1)*A[n-1]*v = 0 |
NonsymmetricEigT | Computes the Eigenvalues d and Eigenvectors of Nonsymmetric Matrix M |
QuadraticEigT | Quadratic Eigenvalue Problem A0*v + lambda*A1*v + lambda^2*A2*v = 0 |
QuarticEigT | Quartic Eigenvalue Problem A0*v + lambda*A1*v + lambda^2*A2*v + lambda^3*A3*v + lambda^4*A4*v = 0 |
SymmetricEigT | Computes the Eigenvalues d and Eigenvectors of Symmetric Matrix M |
ToString | Returns a string that represents the current object. (Inherited from Object) |