Complex
Constructor Summary
Public Constructor | ||
public |
constructor(re: *, im: *) |
Method Summary
Public Methods | ||
public |
get(i: *): * |
|
public |
getRow(k: *): * |
|
public |
getRows(i0: *, i1: *): * |
|
public |
reciprocal(): * |
|
public |
set(i: *, v: *): * |
|
public |
setRow(i: *, v: *): * |
|
public |
setRows(i0: *, i1: *, A: *): * |
|
public |
transjugate(): * |
Public Constructors
public constructor(re: *, im: *) source
Params:
Name | Type | Attribute | Description |
re | * | ||
im | * |
Public Methods
public setRows(i0: *, i1: *, A: *): * source
Params:
Name | Type | Attribute | Description |
i0 | * | ||
i1 | * | ||
A | * |
Return:
* |