dpdfile2

class psi4.core.dpdfile2

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 entries with zeroes.

Methods Documentation

axpy_matrix(self: psi4.core.dpdfile2, arg0: psi4.core.Matrix, arg1: float) int

Add ‘a’ times a Matrix to this.

coldim(self: psi4.core.dpdfile2) psi4.core.Dimension

Return the dimensions of the column index.

rowdim(self: psi4.core.dpdfile2) psi4.core.Dimension

Return the dimensions of the row index.

zero(self: psi4.core.dpdfile2) int

Fill all entries with zeroes.