DMat | R Documentation |
Creates a ‘DMat’ object.
DMat(D)
D |
A vector with the diagonal elements of the matrix. |
An object of class ‘DMat’ for which the generic method ‘as.matrix’ (converting to a traditional numeric matrix), as well as specialized methods for matrix inversion, multiplication, and element-wise arithmetic operations, are available.
solve.DMat
, LeftMult.DMat
, RightMult.DMat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.