Open
@zoziha

Description

Description

Fortran has its unique grammatical characteristics. I think it is impossible to learn from some routines of Matlab and Python completely. We should be based on the characteristics of Fortran.
Seeing the implementation of linspace/logspace in stdlib_math, I want to implement some routines in stdlib, mainly for stdlib_linalg.

Tasks


  • is_square
  • is_symmetric

Prior Art

Some routines has been implemented in keurfonluu/Forlab (MIT license).
I will rethink how to adapt to Fortran to write code.