File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12418
12418
bool @\exposid{compatible-static-extents}@(size_t r1, size_t r2) { // \expos
12419
12419
return MDS1::static_extent(r1) == dynamic_extent ||
12420
12420
MDS2::static_extent(r2) == dynamic_extent ||
12421
- MDS1::static_extent(r1) == MDS2::static_extent(r2)) ;
12421
+ MDS1::static_extent(r1) == MDS2::static_extent(r2);
12422
12422
}
12423
12423
12424
12424
template<@\exposconcept{in-vector}@ In1, @\exposconcept{in-vector}@ In2, @\exposconcept{in-vector}@ Out>
12495
12495
constexpr bool @\exposid{multipliable}@( // \expos
12496
12496
const @\exposconcept{in-matrix}@ auto& in_mat1, const @\exposconcept{in-matrix}@ auto& in_mat2, const @\exposconcept{in-matrix}@ auto& out_mat) {
12497
12497
return out_mat.extent(0) == in_mat1.extent(0) && out_mat.extent(1) == in_mat2.extent(1) &&
12498
- in1_mat .extent(1) == in_mat2.extent(0);
12498
+ in_mat1 .extent(1) == in_mat2.extent(0);
12499
12499
}
12500
12500
\end{codeblock}
12501
12501
You can’t perform that action at this time.
0 commit comments