Circulant Interface

public interface Circulant

Utility function to embed an m x n Toeplitz matrix into an (m+n) x (m+n) Circulant matrix.


Functions

private pure module function Toeplitz2Circulant(T) result(C)

Arguments

Type IntentOptional Attributes Name
type(Toeplitz), intent(in) :: T

Return Value type(Circulant)