IsIdentity Function

public function IsIdentity(this) result(is_identity)

Determine if this is the identity matrix.

Arguments

Type IntentOptional Attributes Name
type(Matrix_ps), intent(in) :: this

The matrix being filled.

Return Value logical

Result stored here.


Contents