dpdbuf4¶
- class psi4.core.dpdbuf4¶
Bases:
pybind11_object
docstring
Methods Summary
axpy_matrix
(self, arg0, arg1)Add 'a' times a Matrix to this.
coldim
(self)Return the dimensions of the column index.
rowdim
(self)Return the dimensions of the row index.
zero
(self)Fill all with entries.
Methods Documentation
- axpy_matrix(self: psi4.core.dpdbuf4, arg0: psi4.core.Matrix, arg1: float) int ¶
Add ‘a’ times a Matrix to this.
- coldim(self: psi4.core.dpdbuf4) psi4.core.Dimension ¶
Return the dimensions of the column index.
- rowdim(self: psi4.core.dpdbuf4) psi4.core.Dimension ¶
Return the dimensions of the row index.
- zero(self: psi4.core.dpdbuf4) int ¶
Fill all with entries.