My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
matrix.h File Reference
This graph shows which files directly or indirectly include this file:

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.
 

Function Documentation

matrix eye ( int  s)

Create a square identity matrix.

Parameters
[in]srow or column number of square matrix
Todo:

Do not by lazy and implement it

s is const

Definition at line 607 of file matrix.cpp.

Here is the call graph for this function: