adgeMatrix extends both aMatrix and
Matrix::dgeMatrix, adding backend-dispatch slots to a
column-major dense double-precision matrix. All arithmetic
generics dispatch through the amatrix backend system rather than
directly to BLAS.
See also
adgeMatrix for the user-facing constructor,
adgCMatrix for the sparse counterpart