spsp_innerpaired
#
- hypercoil.functional.sparse.spsp_innerpaired(lhs: BCOO, rhs: BCOO | None = None) Tensor [source]#
Positive definite nondegenerate symmetric bilinear forms with sparse arguments.
Note
The array dimension signature of this operation is informally
while that of
spspmm
isEvery argument in
lhs
is thus paired with one inrhs
. If your data do not fit this schema, then usespspmm
instead.Note
If
rhs
is not specified, then this computes a squared vector norm.