My Project
0.0.16
QUCS Mapping
|
Go to the source code of this file.
Classes | |
class | matrix |
Dense complex matrix class. More... | |
Functions | |
matrix | eye (int) |
Create a square identity matrix. | |
matrix eye | ( | int | s | ) |
Create a square identity matrix.
[in] | s | row or column number of square matrix |
Do not by lazy and implement it
s is const
Definition at line 607 of file matrix.cpp.