__add__(self, other) (defined in amino.mat.DMat) | amino.mat.DMat | |
__div__(self, other) (defined in amino.mixin.DivCompatMixin) | amino.mixin.DivCompatMixin | |
__eq__(self, other) (defined in amino.mixin.SSDEqMixin) | amino.mixin.SSDEqMixin | |
__getitem__(self, key) (defined in amino.mat.DMat) | amino.mat.DMat | |
__iadd__(self, other) (defined in amino.mat.DMat) | amino.mat.DMat | |
__idiv__(self, other) | amino.mixin.DivCompatMixin | |
__imul__(self, other) (defined in amino.mat.DMat) | amino.mat.DMat | |
__init__(self, arg=None) | amino.mat.DMat | |
__isub__(self, other) (defined in amino.mat.DMat) | amino.mat.DMat | |
__itruediv__(self, other) | amino.mat.DMat | |
__len__(self) (defined in amino.mat.DMat) | amino.mat.DMat | |
__mul__(self, other) (defined in amino.mat.DMat) | amino.mat.DMat | |
__ne__(self, other) (defined in amino.mixin.SSDEqMixin) | amino.mixin.SSDEqMixin | |
__neg__(self) | amino.mat.DMat | |
__radd__(self, other) (defined in amino.mat.DMat) | amino.mat.DMat | |
__rmul__(self, other) (defined in amino.mat.DMat) | amino.mat.DMat | |
__rsub__(self, other) (defined in amino.mat.DMat) | amino.mat.DMat | |
__setitem__(self, key, item) (defined in amino.mat.DMat) | amino.mat.DMat | |
__str__(self) (defined in amino.mat.DMat) | amino.mat.DMat | |
__sub__(self, other) (defined in amino.mat.DMat) | amino.mat.DMat | |
__truediv__(self, other) | amino.mat.DMat | |
col_matrix(args) | amino.mat.DMat | static |
col_vec(self, j) | amino.mat.DMat | |
cols(self) | amino.mat.DMat | |
copy_from(self, src) | amino.mat.DMat | |
data(self) | amino.mat.DMat | |
diag_vec(self) | amino.mat.DMat | |
gemm(self, transA, transB, alpha, A, B, beta) | amino.mat.DMat | |
inv(self) | amino.mat.DMat | |
isclose(self, other, rel_tol=1e-09, abs_tol=0.0) | amino.mixin.SSDEqMixin | |
ld(self) | amino.mat.DMat | |
nrm2(self) | amino.mat.DMat | |
pinv(self, tol=-1) | amino.mat.DMat | |
row_matrix(args) | amino.mat.DMat | static |
row_vec(self, i) | amino.mat.DMat | |
rows(self) | amino.mat.DMat | |
ssd(self, other) | amino.mat.DMat | |
transpose(self) | amino.mat.DMat | |