Doc string corrections
This commit is contained in:
parent
10f6c48677
commit
c47e31f6ea
|
@ -14,6 +14,7 @@ use na::{DefaultAllocator, Matrix, OMatrix, OVector, Scalar};
|
||||||
use lapack;
|
use lapack;
|
||||||
|
|
||||||
/// QZ decomposition of a pair of N*N square matrices.
|
/// QZ decomposition of a pair of N*N square matrices.
|
||||||
|
///
|
||||||
/// Retrieves the left and right matrices of Schur Vectors (VSL and VSR)
|
/// Retrieves the left and right matrices of Schur Vectors (VSL and VSR)
|
||||||
/// the upper-quasitriangular matrix `S` and upper triangular matrix `T` such that the
|
/// the upper-quasitriangular matrix `S` and upper triangular matrix `T` such that the
|
||||||
/// decomposed input matrix `a` equals `VSL * S * VSL.transpose()` and
|
/// decomposed input matrix `a` equals `VSL * S * VSL.transpose()` and
|
||||||
|
|
Loading…
Reference in New Issue