Properties

Size and Domains

Base.sizeFunction

size(A::AbstractOperator, [dom,])

Returns the size of an AbstractOperator. Type size(A,1) for the size of the codomain and size(A,2) for the size of the codomain.

Base.ndimsFunction

ndims(A::AbstractOperator, [dom,])

Returns a Tuple with the number of dimensions of the codomain and domain of an AbstractOperator. Type ndims(A,1) for the number of dimensions of the codomain and ndims(A,2) for the number of dimensions of the codomain.

Missing docstring.

Missing docstring for ndoms. Check Documenter's build log for details.

Missing docstring.

Missing docstring for domainType. Check Documenter's build log for details.

Missing docstring.

Missing docstring for codomainType. Check Documenter's build log for details.

Missing docstring.

Missing docstring for displacement. Check Documenter's build log for details.

Missing docstring.

Missing docstring for remove_displacement. Check Documenter's build log for details.

Properties

Missing docstring.

Missing docstring for is_linear. Check Documenter's build log for details.

Missing docstring.

Missing docstring for is_eye. Check Documenter's build log for details.

Missing docstring.

Missing docstring for is_null. Check Documenter's build log for details.

Missing docstring.

Missing docstring for is_diagonal. Check Documenter's build log for details.

Missing docstring.

Missing docstring for is_AcA_diagonal. Check Documenter's build log for details.

Missing docstring.

Missing docstring for is_AAc_diagonal. Check Documenter's build log for details.

Missing docstring.

Missing docstring for is_orthogonal. Check Documenter's build log for details.

Missing docstring.

Missing docstring for is_invertible. Check Documenter's build log for details.

Missing docstring.

Missing docstring for is_full_row_rank. Check Documenter's build log for details.

Missing docstring.

Missing docstring for is_full_column_rank. Check Documenter's build log for details.

Missing docstring.

Missing docstring for is_sliced. Check Documenter's build log for details.