methodtemplates

Undocumented in source.

Members

Aliases

M
alias M = Method!(InstantiateTemplateAt!(methodtemplates, "times", 0, int), "times")
Undocumented in source.

Classes

DenseMatrix
class DenseMatrix(T)
Undocumented in source.
DiagonalMatrix
class DiagonalMatrix(T)
Undocumented in source.
Matrix
class Matrix(T)
Undocumented in source.

Functions

_times
DenseMatrix!double _times(Matrix!double m1, Matrix!double m2)
Undocumented in source. Be warned that the author may not have intended to support it.
foo
void foo(virtual!Object )
Undocumented in source.
main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
times
Matrix!T times(virtual!(Matrix!T) , virtual!(Matrix!T) )
Undocumented in source.
times
Matrix!T times(Matrix!T a, Matrix!T b)
Undocumented in source. Be warned that the author may not have intended to support it.
times
Method!(InstantiateTemplateAt!(methodtemplates, "times", 0, T), "times") times(MethodTag , Matrix!T a, Matrix!T b)
Undocumented in source.

Mixins

__anonymous
mixin declareMatrixClasses!double
Undocumented in source.

Templates

InstantiateTemplateAt
template InstantiateTemplateAt(alias Module, string name, int index, T...)
Undocumented in source.
declareMatrixClasses
template declareMatrixClasses(T)
Undocumented in source.

Meta