Skip to content

InvertMatrix does not work #1

@questaware

Description

@questaware

InvertMatrix code does not work

I added

DO row = 1, n
DO col = 1, n
res = 0.0
DO k = 1, n
res = res + Matrix(row, k) * InvMatrix(k, col)
ENDDO
print *, "Res ", res
ENDDO
ENDDO

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions