Utility function returning a logical .true.
if the set of vectors stored in form
an orthonormal set of vectors and .false.
otherwise.
out = is_orthonormal(X)
X
: Array of derived types extended from the base types provided in the
AbstractVectors
module.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abstract_vector_rsp), | intent(in) | :: | X(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abstract_vector_rdp), | intent(in) | :: | X(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abstract_vector_csp), | intent(in) | :: | X(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abstract_vector_cdp), | intent(in) | :: | X(:) |