pub struct MGS<A: Scalar> { /* private fields */ }
Expand description

Iterative orthogonalizer using modified Gram-Schmit procedure

Implementations

Create an empty orthogonalizer

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Dimension of input array

Number of cached basis

Decompose given vector into the span of current basis and its tangent space Read more

Calculate the coefficient to the current basis basis Read more

Add new vector if the residual is larger than relative tolerance

Add new vector if the residual is larger than relative tolerance, and return the residual vector Read more

Get Q-matrix of generated basis

check if the basis spans entire space

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.