fast_toeplitz_inverse

Function fast_toeplitz_inverse 

Source
pub fn fast_toeplitz_inverse<A, T>(toeplitz: &T) -> LinalgResult<Array2<A>>
Expand description

Fast Toeplitz matrix inversion using the Gohberg-Semencul formula

Efficiently computes the inverse of a Toeplitz matrix using specialized algorithms.

§Arguments

  • toeplitz - The Toeplitz matrix to invert

§Returns

The inverse of the Toeplitz matrix