RenΓ©'s URL Explorer Experiment


Title: [linalg]

direct link

Domain: timsong-cpp.github.io

Links:

[numerics]https://timsong-cpp.github.io/cppwp/#numerics
[linalg.overview]https://timsong-cpp.github.io/cppwp/linalg#overview
[linalg.syn]https://timsong-cpp.github.io/cppwp/linalg#syn
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
[linalg.reqs]https://timsong-cpp.github.io/cppwp/linalg#reqs
[linalg.reqs.val]https://timsong-cpp.github.io/cppwp/linalg#reqs.val
[linalg.reqs.alg]https://timsong-cpp.github.io/cppwp/linalg#reqs.alg
[linalg.tags]https://timsong-cpp.github.io/cppwp/linalg#tags
[linalg.tags.order]https://timsong-cpp.github.io/cppwp/linalg#tags.order
[linalg.tags.triangle]https://timsong-cpp.github.io/cppwp/linalg#tags.triangle
[linalg.tags.diagonal]https://timsong-cpp.github.io/cppwp/linalg#tags.diagonal
[linalg.layout.packed]https://timsong-cpp.github.io/cppwp/linalg#layout.packed
[linalg.layout.packed.overview]https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview
[linalg.layout.packed.cons]https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons
[linalg.layout.packed.obs]https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs
[linalg.helpers]https://timsong-cpp.github.io/cppwp/linalg#helpers
[linalg.helpers.abs]https://timsong-cpp.github.io/cppwp/linalg#helpers.abs
[linalg.helpers.conj]https://timsong-cpp.github.io/cppwp/linalg#helpers.conj
[linalg.helpers.real]https://timsong-cpp.github.io/cppwp/linalg#helpers.real
[linalg.helpers.imag]https://timsong-cpp.github.io/cppwp/linalg#helpers.imag
[linalg.helpers.concepts]https://timsong-cpp.github.io/cppwp/linalg#helpers.concepts
[linalg.helpers.mandates]https://timsong-cpp.github.io/cppwp/linalg#helpers.mandates
[linalg.helpers.precond]https://timsong-cpp.github.io/cppwp/linalg#helpers.precond
[linalg.scaled]https://timsong-cpp.github.io/cppwp/linalg#scaled
[linalg.scaled.intro]https://timsong-cpp.github.io/cppwp/linalg#scaled.intro
[linalg.scaled.scaledaccessor]https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor
[linalg.scaled.scaled]https://timsong-cpp.github.io/cppwp/linalg#scaled.scaled
[linalg.conj]https://timsong-cpp.github.io/cppwp/linalg#conj
[linalg.conj.intro]https://timsong-cpp.github.io/cppwp/linalg#conj.intro
[linalg.conj.conjugatedaccessor]https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor
[linalg.conj.conjugated]https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated
[linalg.transp]https://timsong-cpp.github.io/cppwp/linalg#transp
[linalg.transp.intro]https://timsong-cpp.github.io/cppwp/linalg#transp.intro
[linalg.transp.helpers]https://timsong-cpp.github.io/cppwp/linalg#transp.helpers
[linalg.transp.layout.transpose]https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose
[linalg.transp.transposed]https://timsong-cpp.github.io/cppwp/linalg#transp.transposed
[linalg.conjtransposed]https://timsong-cpp.github.io/cppwp/linalg#conjtransposed
[linalg.algs.reqs]https://timsong-cpp.github.io/cppwp/linalg#algs.reqs
[linalg.algs.blas1]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1
[linalg.algs.blas1.complexity]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.complexity
[linalg.algs.blas1.givens]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens
[linalg.algs.blas1.givens.lartg]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.lartg
[linalg.algs.blas1.givens.rot]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.rot
[linalg.algs.blas1.swap]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.swap
[linalg.algs.blas1.scal]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.scal
[linalg.algs.blas1.copy]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.copy
[linalg.algs.blas1.add]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.add
[linalg.algs.blas1.dot]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot
[linalg.algs.blas1.nrm2]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2
[linalg.algs.blas1.asum]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum
[linalg.algs.blas1.iamax]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.iamax
[linalg.algs.blas1.matfrobnorm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm
[linalg.algs.blas1.matonenorm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm
[linalg.algs.blas1.matinfnorm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm
[linalg.algs.blas2]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2
[linalg.algs.blas2.gemv]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv
[linalg.algs.blas2.symv]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv
[linalg.algs.blas2.hemv]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv
[linalg.algs.blas2.trmv]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv
[linalg.algs.blas2.trsv]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv
[linalg.algs.blas2.rank1]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1
[linalg.algs.blas2.symherrank1]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1
[linalg.algs.blas2.rank2]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2
[linalg.algs.blas3]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3
[linalg.algs.blas3.gemm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm
[linalg.algs.blas3.xxmm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm
[linalg.algs.blas3.trmm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm
[linalg.algs.blas3.rankk]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk
[linalg.algs.blas3.rank2k]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k
[linalg.algs.blas3.trsm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm
[linalg.algs.blas3.inplacetrsm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm
29.9.1https://timsong-cpp.github.io/cppwp/linalg#overview
[linalg.overview]https://timsong-cpp.github.io/cppwp/linalg.overview
1https://timsong-cpp.github.io/cppwp/linalg#overview-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L10924
.https://timsong-cpp.github.io/cppwp/linalg#overview-1.sentence-1
[views.multidim]https://timsong-cpp.github.io/cppwp/views.multidim
.https://timsong-cpp.github.io/cppwp/linalg#overview-1.sentence-2
29.9.2https://timsong-cpp.github.io/cppwp/linalg#syn
[linalg.syn]https://timsong-cpp.github.io/cppwp/linalg.syn
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#header:%3clinalg%3e
[linalg.tags.order]https://timsong-cpp.github.io/cppwp/linalg#tags.order
[linalg.tags.triangle]https://timsong-cpp.github.io/cppwp/linalg#tags.triangle
[linalg.tags.diagonal]https://timsong-cpp.github.io/cppwp/linalg#tags.diagonal
[linalg.layout.packed]https://timsong-cpp.github.io/cppwp/linalg#layout.packed
[linalg.helpers]https://timsong-cpp.github.io/cppwp/linalg#helpers
[linalg.helpers.concepts]https://timsong-cpp.github.io/cppwp/linalg#helpers.concepts
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:in-object
out-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:out-object
inout-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-object
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
[linalg.scaled]https://timsong-cpp.github.io/cppwp/linalg#scaled
[linalg.scaled.scaledaccessor]https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor
[linalg.scaled.scaled]https://timsong-cpp.github.io/cppwp/linalg#scaled.scaled
[linalg.conj]https://timsong-cpp.github.io/cppwp/linalg#conj
[linalg.conj.conjugatedaccessor]https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor
[linalg.conj.conjugated]https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated
[linalg.transp]https://timsong-cpp.github.io/cppwp/linalg#transp
[linalg.transp.layout.transpose]https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose
[linalg.transp.transposed]https://timsong-cpp.github.io/cppwp/linalg#transp.transposed
[linalg.conjtransposed]https://timsong-cpp.github.io/cppwp/linalg#conjtransposed
[linalg.algs.blas1]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1
[linalg.algs.blas1.givens]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens
[linalg.algs.blas1.givens.lartg]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.lartg
[linalg.algs.blas1.givens.rot]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.rot
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
[linalg.algs.blas1.swap]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.swap
inout-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-object
inout-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-object
inout-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-object
inout-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-object
[linalg.algs.blas1.scal]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.scal
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
inout-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-object
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
inout-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-object
[linalg.algs.blas1.copy]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.copy
in-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:in-object
out-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:out-object
in-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:in-object
out-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:out-object
[linalg.algs.blas1.add]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.add
in-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:in-object
in-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:in-object
out-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:out-object
in-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:in-object
in-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:in-object
out-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:out-object
[linalg.algs.blas1.dot]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
[linalg.algs.blas1.nrm2]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
[linalg.algs.blas1.asum]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
[linalg.algs.blas1.iamax]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.iamax
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
[linalg.algs.blas1.matfrobnorm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
[linalg.algs.blas1.matonenorm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
[linalg.algs.blas1.matinfnorm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
[linalg.algs.blas2]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2
[linalg.algs.blas2.gemv]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
[linalg.algs.blas2.symv]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
[linalg.algs.blas2.hemv]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
[linalg.algs.blas2.trmv]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
[linalg.algs.blas2.trsv]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
[linalg.algs.blas2.rank1]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
[linalg.algs.blas2.symherrank1]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
[linalg.algs.blas2.rank2]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
[linalg.algs.blas3]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3
[linalg.algs.blas3.gemm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
[linalg.algs.blas3.xxmm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
[linalg.algs.blas3.trmm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
[linalg.algs.blas3.rankk]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
[linalg.algs.blas3.rank2k]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
[linalg.algs.blas3.trsm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
29.9.3https://timsong-cpp.github.io/cppwp/linalg#general
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg.general
1https://timsong-cpp.github.io/cppwp/linalg#general-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L11699
(1.1)https://timsong-cpp.github.io/cppwp/linalg#general-1.1
.https://timsong-cpp.github.io/cppwp/linalg#general-1.1.sentence-1
(1.2)https://timsong-cpp.github.io/cppwp/linalg#general-1.2
.https://timsong-cpp.github.io/cppwp/linalg#general-1.2.sentence-1
(1.3)https://timsong-cpp.github.io/cppwp/linalg#general-1.3
.https://timsong-cpp.github.io/cppwp/linalg#general-1.3.sentence-1
(1.4)https://timsong-cpp.github.io/cppwp/linalg#general-1.4
.https://timsong-cpp.github.io/cppwp/linalg#general-1.4.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#general-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L11722
.https://timsong-cpp.github.io/cppwp/linalg#general-2.sentence-1
(2.1)https://timsong-cpp.github.io/cppwp/linalg#general-2.1
rowhttps://timsong-cpp.github.io/cppwp/linalg#def:row
(2.2)https://timsong-cpp.github.io/cppwp/linalg#general-2.2
columnhttps://timsong-cpp.github.io/cppwp/linalg#def:column
.https://timsong-cpp.github.io/cppwp/linalg#general-2.sentence-2
3https://timsong-cpp.github.io/cppwp/linalg#general-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L11735
.https://timsong-cpp.github.io/cppwp/linalg#general-3.sentence-1
(3.1)https://timsong-cpp.github.io/cppwp/linalg#general-3.1
diagonalhttps://timsong-cpp.github.io/cppwp/linalg#def:diagonal
.https://timsong-cpp.github.io/cppwp/linalg#general-3.1.sentence-1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#general-3.2
upper trianglehttps://timsong-cpp.github.io/cppwp/linalg#def:triangle,upper
.https://timsong-cpp.github.io/cppwp/linalg#general-3.2.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#general-3.2.sentence-2
(3.3)https://timsong-cpp.github.io/cppwp/linalg#general-3.3
lower trianglehttps://timsong-cpp.github.io/cppwp/linalg#def:triangle,lower
.https://timsong-cpp.github.io/cppwp/linalg#general-3.3.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#general-3.3.sentence-2
4https://timsong-cpp.github.io/cppwp/linalg#general-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L11750
.https://timsong-cpp.github.io/cppwp/linalg#general-4.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#general-4.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#general-4.sentence-3
.https://timsong-cpp.github.io/cppwp/linalg#general-4.sentence-4
(4.1)https://timsong-cpp.github.io/cppwp/linalg#general-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#general-4.2
(4.3)https://timsong-cpp.github.io/cppwp/linalg#general-4.3
.https://timsong-cpp.github.io/cppwp/linalg#general-4.sentence-5
1https://timsong-cpp.github.io/cppwp/linalg#general-example-1
.https://timsong-cpp.github.io/cppwp/linalg#general-4.sentence-6
.https://timsong-cpp.github.io/cppwp/linalg#general-4.sentence-7
5https://timsong-cpp.github.io/cppwp/linalg#general-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L11795
.https://timsong-cpp.github.io/cppwp/linalg#general-5.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#general-5.sentence-2
(5.1)https://timsong-cpp.github.io/cppwp/linalg#general-5.1
(5.2)https://timsong-cpp.github.io/cppwp/linalg#general-5.2
.https://timsong-cpp.github.io/cppwp/linalg#general-5.sentence-3
.https://timsong-cpp.github.io/cppwp/linalg#general-5.sentence-4
6https://timsong-cpp.github.io/cppwp/linalg#general-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L11815
.https://timsong-cpp.github.io/cppwp/linalg#general-6.sentence-1
7https://timsong-cpp.github.io/cppwp/linalg#general-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L11820
aliashttps://timsong-cpp.github.io/cppwp/linalg#def:alias
.https://timsong-cpp.github.io/cppwp/linalg#general-7.sentence-1
1https://timsong-cpp.github.io/cppwp/linalg#general-note-1
.https://timsong-cpp.github.io/cppwp/linalg#general-7.sentence-2
8https://timsong-cpp.github.io/cppwp/linalg#general-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L11831
overlaphttps://timsong-cpp.github.io/cppwp/linalg#def:overlap
.https://timsong-cpp.github.io/cppwp/linalg#general-8.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#general-note-2
.https://timsong-cpp.github.io/cppwp/linalg#general-8.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#general-8.sentence-3
29.9.4https://timsong-cpp.github.io/cppwp/linalg#reqs
[linalg.reqs]https://timsong-cpp.github.io/cppwp/linalg.reqs
29.9.4.1https://timsong-cpp.github.io/cppwp/linalg#reqs.val
[linalg.reqs.val]https://timsong-cpp.github.io/cppwp/linalg.reqs.val
1https://timsong-cpp.github.io/cppwp/linalg#reqs.val-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L11848
linear algebra value typeshttps://timsong-cpp.github.io/cppwp/linalg#def:value_type,linear_algebra
(1.1)https://timsong-cpp.github.io/cppwp/linalg#reqs.val-1.1
(1.2)https://timsong-cpp.github.io/cppwp/linalg#reqs.val-1.2
.https://timsong-cpp.github.io/cppwp/linalg#reqs.val-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#reqs.val-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L11862
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
.https://timsong-cpp.github.io/cppwp/linalg#reqs.val-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#reqs.val-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L11865
.https://timsong-cpp.github.io/cppwp/linalg#reqs.val-3.sentence-1
29.9.4.2https://timsong-cpp.github.io/cppwp/linalg#reqs.alg
[linalg.reqs.alg]https://timsong-cpp.github.io/cppwp/linalg.reqs.alg
1https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L11871
[linalg.reqs.alg]https://timsong-cpp.github.io/cppwp/linalg#reqs.alg
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L11875
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.sentence-1
(2.1)https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.1
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.1.sentence-1
(2.2)https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.2
triangular solve algorithmshttps://timsong-cpp.github.io/cppwp/linalg#def:triangular_solve_algorithms
[linalg.algs.blas2.trsv]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv
[linalg.algs.blas3.trmm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm
[linalg.algs.blas3.trsm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm
[linalg.algs.blas3.inplacetrsm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm
[linalg.algs.reqs]https://timsong-cpp.github.io/cppwp/linalg#algs.reqs
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.2.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.2.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.2.sentence-3
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.2.sentence-4
(2.3)https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.3
[linalg.algs.blas1]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1
[linalg.algs.blas2]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2
[linalg.algs.blas3]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.3.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.3.sentence-2
(2.4)https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.4
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.4.sentence-1
(2.5)https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.5
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.5.sentence-1
1https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-note-1
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.5.sentence-2
2https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-note-2
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-2.sentence-3
3https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L11956
3https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-note-3
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-3.sentence-1
(3.1)https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-3.2
[linalg.reqs.alg]https://timsong-cpp.github.io/cppwp/linalg#reqs.alg
(3.3)https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-3.3
(3.4)https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-3.4
(3.5)https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-3.5
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:linalg-stable
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-3.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#reqs.alg-3.5.sentence-2
29.9.5https://timsong-cpp.github.io/cppwp/linalg#tags
[linalg.tags]https://timsong-cpp.github.io/cppwp/linalg.tags
29.9.5.1https://timsong-cpp.github.io/cppwp/linalg#tags.order
[linalg.tags.order]https://timsong-cpp.github.io/cppwp/linalg.tags.order
1https://timsong-cpp.github.io/cppwp/linalg#tags.order-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L11993
[linalg.layout.packed]https://timsong-cpp.github.io/cppwp/linalg#layout.packed
.https://timsong-cpp.github.io/cppwp/linalg#tags.order-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#tags.order-itemdecl:1
column_major_thttps://timsong-cpp.github.io/cppwp/linalg#lib:column_major_t
column_majorhttps://timsong-cpp.github.io/cppwp/linalg#lib:column_major
row_major_thttps://timsong-cpp.github.io/cppwp/linalg#lib:row_major_t
row_majorhttps://timsong-cpp.github.io/cppwp/linalg#lib:row_major
2https://timsong-cpp.github.io/cppwp/linalg#tags.order-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12010
.https://timsong-cpp.github.io/cppwp/linalg#tags.order-2.sentence-1
29.9.5.2https://timsong-cpp.github.io/cppwp/linalg#tags.triangle
[linalg.tags.triangle]https://timsong-cpp.github.io/cppwp/linalg.tags.triangle
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#tags.triangle-itemdecl:1
upper_triangle_thttps://timsong-cpp.github.io/cppwp/linalg#lib:upper_triangle_t
upper_trianglehttps://timsong-cpp.github.io/cppwp/linalg#lib:upper_triangle
lower_triangle_thttps://timsong-cpp.github.io/cppwp/linalg#lib:lower_triangle_t
lower_trianglehttps://timsong-cpp.github.io/cppwp/linalg#lib:lower_triangle
1https://timsong-cpp.github.io/cppwp/linalg#tags.triangle-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12030
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#tags.triangle-1.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#tags.triangle-1.sentence-2
29.9.5.3https://timsong-cpp.github.io/cppwp/linalg#tags.diagonal
[linalg.tags.diagonal]https://timsong-cpp.github.io/cppwp/linalg.tags.diagonal
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#tags.diagonal-itemdecl:1
implicit_unit_diagonal_thttps://timsong-cpp.github.io/cppwp/linalg#lib:implicit_unit_diagonal_t
implicit_unit_diagonalhttps://timsong-cpp.github.io/cppwp/linalg#lib:implicit_unit_diagonal
explicit_diagonal_thttps://timsong-cpp.github.io/cppwp/linalg#lib:explicit_diagonal_t
explicit_diagonalhttps://timsong-cpp.github.io/cppwp/linalg#lib:explicit_diagonal
1https://timsong-cpp.github.io/cppwp/linalg#tags.diagonal-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12056
.https://timsong-cpp.github.io/cppwp/linalg#tags.diagonal-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#tags.diagonal-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12062
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#tags.diagonal-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#tags.diagonal-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12066
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#tags.diagonal-3.sentence-1
29.9.6https://timsong-cpp.github.io/cppwp/linalg#layout.packed
[linalg.layout.packed]https://timsong-cpp.github.io/cppwp/linalg.layout.packed
29.9.6.1https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview
[linalg.layout.packed.overview]https://timsong-cpp.github.io/cppwp/linalg.layout.packed.overview
1https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12075
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-1.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-1.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-1.sentence-3
2https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12086
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-2.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-2.sentence-2
3https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12093
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-3.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-3.sentence-2
4https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12100
1https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-note-1
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-4.sentence-1
layout_blas_packedhttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed
triangle_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed,triangle_type
storage_order_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed,storage_order_type
mappinghttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed,mapping
extents_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,extents_type
index_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,index_type
size_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,size_type
rank_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,rank_type
layout_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,layout_type
[linalg.layout.packed.cons]https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons
[linalg.layout.packed.obs]https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs
extentshttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,extents
is_always_uniquehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,is_always_unique
is_always_exhaustivehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,is_always_exhaustive
is_always_stridedhttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,is_always_strided
is_uniquehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,is_unique
is_exhaustivehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,is_exhaustive
is_stridedhttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,is_strided
5https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12173
(5.1)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-5.1
(5.2)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-5.2
(5.3)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-5.3
(5.4)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-5.4
(5.5)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-5.5
(5.6)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-5.6
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-5.sentence-1
6https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12198
regularhttps://timsong-cpp.github.io/cppwp/concepts.object#concept:regular
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.overview-6.sentence-1
29.9.6.2https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons
[linalg.layout.packed.cons]https://timsong-cpp.github.io/cppwp/linalg.layout.packed.cons
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,constructor
1https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12211
(1.1)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons-1.1
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons-1.1.sentence-1
[basic.fundamental]https://timsong-cpp.github.io/cppwp/basic.fundamental
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons-1.1.sentence-2
(1.2)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons-1.2
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons-1.2.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12222
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,constructor_
3https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12235
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12239
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons-4.sentence-1
[basic.fundamental]https://timsong-cpp.github.io/cppwp/basic.fundamental
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons-4.sentence-2
5https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12245
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.cons-5.sentence-1
29.9.6.3https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs
[linalg.layout.packed.obs]https://timsong-cpp.github.io/cppwp/linalg.layout.packed.obs
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,required_span_size
1https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12258
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-1.sentence-1
1https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-note-1
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-1.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,operator()
2https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12274
(2.1)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-2.1
(2.2)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-2.2
(2.3)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-2.3
(2.4)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-2.4
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12287
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12291
[mdspan.overview]https://timsong-cpp.github.io/cppwp/mdspan.overview
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12296
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-5.sentence-1
(5.1)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-5.1
(5.2)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-5.2
(5.3)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-5.3
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-5.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,stride
6https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12324
(6.1)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-6.1
(6.2)https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-6.2
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-6.sentence-1
7https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12333
.https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-7.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:layout_blas_packed::mapping,operator==
8https://timsong-cpp.github.io/cppwp/linalg#layout.packed.obs-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12345
29.9.7https://timsong-cpp.github.io/cppwp/linalg#helpers
[linalg.helpers]https://timsong-cpp.github.io/cppwp/linalg.helpers
29.9.7.1https://timsong-cpp.github.io/cppwp/linalg#helpers.abs
[linalg.helpers.abs]https://timsong-cpp.github.io/cppwp/linalg.helpers.abs
1https://timsong-cpp.github.io/cppwp/linalg#helpers.abs-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12354
.https://timsong-cpp.github.io/cppwp/linalg#helpers.abs-1.sentence-1
(1.1)https://timsong-cpp.github.io/cppwp/linalg#helpers.abs-1.1
(1.2)https://timsong-cpp.github.io/cppwp/linalg#helpers.abs-1.2
(1.3)https://timsong-cpp.github.io/cppwp/linalg#helpers.abs-1.3
.https://timsong-cpp.github.io/cppwp/linalg#helpers.abs-1.3.sentence-2
29.9.7.2https://timsong-cpp.github.io/cppwp/linalg#helpers.conj
[linalg.helpers.conj]https://timsong-cpp.github.io/cppwp/linalg.helpers.conj
1https://timsong-cpp.github.io/cppwp/linalg#helpers.conj-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12377
.https://timsong-cpp.github.io/cppwp/linalg#helpers.conj-1.sentence-1
(1.1)https://timsong-cpp.github.io/cppwp/linalg#helpers.conj-1.1
(1.2)https://timsong-cpp.github.io/cppwp/linalg#helpers.conj-1.2
.https://timsong-cpp.github.io/cppwp/linalg#helpers.conj-1.sentence-2
29.9.7.3https://timsong-cpp.github.io/cppwp/linalg#helpers.real
[linalg.helpers.real]https://timsong-cpp.github.io/cppwp/linalg.helpers.real
1https://timsong-cpp.github.io/cppwp/linalg#helpers.real-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12399
.https://timsong-cpp.github.io/cppwp/linalg#helpers.real-1.sentence-1
(1.1)https://timsong-cpp.github.io/cppwp/linalg#helpers.real-1.1
(1.2)https://timsong-cpp.github.io/cppwp/linalg#helpers.real-1.2
.https://timsong-cpp.github.io/cppwp/linalg#helpers.real-1.sentence-2
29.9.7.4https://timsong-cpp.github.io/cppwp/linalg#helpers.imag
[linalg.helpers.imag]https://timsong-cpp.github.io/cppwp/linalg.helpers.imag
1https://timsong-cpp.github.io/cppwp/linalg#helpers.imag-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12421
.https://timsong-cpp.github.io/cppwp/linalg#helpers.imag-1.sentence-1
(1.1)https://timsong-cpp.github.io/cppwp/linalg#helpers.imag-1.1
(1.2)https://timsong-cpp.github.io/cppwp/linalg#helpers.imag-1.2
.https://timsong-cpp.github.io/cppwp/linalg#helpers.imag-1.sentence-2
29.9.7.5https://timsong-cpp.github.io/cppwp/linalg#helpers.concepts
[linalg.helpers.concepts]https://timsong-cpp.github.io/cppwp/linalg.helpers.concepts
1https://timsong-cpp.github.io/cppwp/linalg#helpers.concepts-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12443
.https://timsong-cpp.github.io/cppwp/linalg#helpers.concepts-1.sentence-1
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:in-object
out-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:out-object
inout-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-object
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
semiregularhttps://timsong-cpp.github.io/cppwp/concepts.object#concept:semiregular
2https://timsong-cpp.github.io/cppwp/linalg#helpers.concepts-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12512
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:in-object
.https://timsong-cpp.github.io/cppwp/linalg#helpers.concepts-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#helpers.concepts-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12520
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
inout-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-object
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
out-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:out-object
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
.https://timsong-cpp.github.io/cppwp/linalg#helpers.concepts-3.sentence-1
29.9.7.6https://timsong-cpp.github.io/cppwp/linalg#helpers.mandates
[linalg.helpers.mandates]https://timsong-cpp.github.io/cppwp/linalg.helpers.mandates
1https://timsong-cpp.github.io/cppwp/linalg#helpers.mandates-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12534
1https://timsong-cpp.github.io/cppwp/linalg#helpers.mandates-note-1
.https://timsong-cpp.github.io/cppwp/linalg#helpers.mandates-1.sentence-1
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
29.9.7.7https://timsong-cpp.github.io/cppwp/linalg#helpers.precond
[linalg.helpers.precond]https://timsong-cpp.github.io/cppwp/linalg.helpers.precond
1https://timsong-cpp.github.io/cppwp/linalg#helpers.precond-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12593
1https://timsong-cpp.github.io/cppwp/linalg#helpers.precond-note-1
.https://timsong-cpp.github.io/cppwp/linalg#helpers.precond-1.sentence-1
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
29.9.8https://timsong-cpp.github.io/cppwp/linalg#scaled
[linalg.scaled]https://timsong-cpp.github.io/cppwp/linalg.scaled
29.9.8.1https://timsong-cpp.github.io/cppwp/linalg#scaled.intro
[linalg.scaled.intro]https://timsong-cpp.github.io/cppwp/linalg.scaled.intro
1https://timsong-cpp.github.io/cppwp/linalg#scaled.intro-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12636
.https://timsong-cpp.github.io/cppwp/linalg#scaled.intro-1.sentence-1
1https://timsong-cpp.github.io/cppwp/linalg#scaled.intro-example-1
29.9.8.2https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor
[linalg.scaled.scaledaccessor]https://timsong-cpp.github.io/cppwp/linalg.scaled.scaledaccessor
1https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12660
.https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-1.sentence-1
[linalg.scaled.scaled]https://timsong-cpp.github.io/cppwp/linalg#scaled.scaled
.https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-1.sentence-2
scaled_accessorhttps://timsong-cpp.github.io/cppwp/linalg#lib:scaled_accessor
element_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:scaled_accessor,element_type
referencehttps://timsong-cpp.github.io/cppwp/linalg#lib:scaled_accessor,reference
data_handle_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:scaled_accessor,data_handle_type
offset_policyhttps://timsong-cpp.github.io/cppwp/linalg#lib:scaled_accessor,offset_policy
scaling_factorhttps://timsong-cpp.github.io/cppwp/linalg#lib:scaled_accessor,scaling_factor
nested_accessorhttps://timsong-cpp.github.io/cppwp/linalg#lib:scaled_accessor,nested_accessor
2https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12696
(2.1)https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-2.1
(2.2)https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-2.2
(2.3)https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-2.3
(2.4)https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-2.4
semiregularhttps://timsong-cpp.github.io/cppwp/concepts.object#concept:semiregular
(2.5)https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-2.5
[mdspan.accessor.reqmts]https://timsong-cpp.github.io/cppwp/mdspan.accessor.reqmts
.https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:scaled_accessor,constructor
3https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12719
.https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12723
(4.1)https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-4.2
.https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:scaled_accessor,constructor_
5https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12741
(5.1)https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-5.1
(5.2)https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-5.2
.https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-5.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:scaled_accessor,access
6https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12757
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:scaled_accessor,offset
7https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12770
.https://timsong-cpp.github.io/cppwp/linalg#scaled.scaledaccessor-7.sentence-1
29.9.8.3https://timsong-cpp.github.io/cppwp/linalg#scaled.scaled
[linalg.scaled.scaled]https://timsong-cpp.github.io/cppwp/linalg.scaled.scaled
1https://timsong-cpp.github.io/cppwp/linalg#scaled.scaled-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12777
.https://timsong-cpp.github.io/cppwp/linalg#scaled.scaled-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:scaled
2https://timsong-cpp.github.io/cppwp/linalg#scaled.scaled-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12793
.https://timsong-cpp.github.io/cppwp/linalg#scaled.scaled-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#scaled.scaled-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12796
4https://timsong-cpp.github.io/cppwp/linalg#scaled.scaled-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12804
1https://timsong-cpp.github.io/cppwp/linalg#scaled.scaled-example-1
29.9.9https://timsong-cpp.github.io/cppwp/linalg#conj
[linalg.conj]https://timsong-cpp.github.io/cppwp/linalg.conj
29.9.9.1https://timsong-cpp.github.io/cppwp/linalg#conj.intro
[linalg.conj.intro]https://timsong-cpp.github.io/cppwp/linalg.conj.intro
1https://timsong-cpp.github.io/cppwp/linalg#conj.intro-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12821
.https://timsong-cpp.github.io/cppwp/linalg#conj.intro-1.sentence-1
29.9.9.2https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor
[linalg.conj.conjugatedaccessor]https://timsong-cpp.github.io/cppwp/linalg.conj.conjugatedaccessor
1https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12830
.https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-1.sentence-1
[linalg.conj.conjugated]https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated
.https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-1.sentence-2
conjugated_accessorhttps://timsong-cpp.github.io/cppwp/linalg#lib:conjugated_accessor
element_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:conjugated_accessor,element_type
referencehttps://timsong-cpp.github.io/cppwp/linalg#lib:conjugated_accessor,reference
data_handle_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:conjugated_accessor,data_handle_type
offset_policyhttps://timsong-cpp.github.io/cppwp/linalg#lib:conjugated_accessor,offset_policy
nested_accessorhttps://timsong-cpp.github.io/cppwp/linalg#lib:conjugated_accessor,nested_accessor
2https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12867
(2.1)https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-2.1
(2.2)https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-2.2
(2.3)https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-2.3
(2.4)https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-2.4
[mdspan.accessor.reqmts]https://timsong-cpp.github.io/cppwp/mdspan.accessor.reqmts
.https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:conjugated_accessor,constructor
3https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12886
.https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:conjugated_accessor,constructor_
4https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12900
.https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12905
.https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-5.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:conjugated_accessor,access
6https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12917
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:conjugated_accessor,offset
7https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12930
.https://timsong-cpp.github.io/cppwp/linalg#conj.conjugatedaccessor-7.sentence-1
29.9.9.3https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated
[linalg.conj.conjugated]https://timsong-cpp.github.io/cppwp/linalg.conj.conjugated
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated-itemdecl:1
conjugatedhttps://timsong-cpp.github.io/cppwp/linalg#lib:conjugated
1https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12943
(1.1)https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated-1.1
(1.2)https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated-1.2
(1.3)https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated-1.3
(1.4)https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated-1.4
.https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12964
.https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated-2.sentence-1
(2.1)https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated-2.1
(2.2)https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated-2.2
(2.3)https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated-2.3
3https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L12980
1https://timsong-cpp.github.io/cppwp/linalg#conj.conjugated-example-1
29.9.10https://timsong-cpp.github.io/cppwp/linalg#transp
[linalg.transp]https://timsong-cpp.github.io/cppwp/linalg.transp
29.9.10.1https://timsong-cpp.github.io/cppwp/linalg#transp.intro
[linalg.transp.intro]https://timsong-cpp.github.io/cppwp/linalg.transp.intro
1https://timsong-cpp.github.io/cppwp/linalg#transp.intro-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13011
.https://timsong-cpp.github.io/cppwp/linalg#transp.intro-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#transp.intro-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13016
.https://timsong-cpp.github.io/cppwp/linalg#transp.intro-2.sentence-1
29.9.10.2https://timsong-cpp.github.io/cppwp/linalg#transp.helpers
[linalg.transp.helpers]https://timsong-cpp.github.io/cppwp/linalg.transp.helpers
1https://timsong-cpp.github.io/cppwp/linalg#transp.helpers-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13023
.https://timsong-cpp.github.io/cppwp/linalg#transp.helpers-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#transp.helpers-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13029
.https://timsong-cpp.github.io/cppwp/linalg#transp.helpers-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#transp.helpers-itemdecl:1
3https://timsong-cpp.github.io/cppwp/linalg#transp.helpers-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13041
.https://timsong-cpp.github.io/cppwp/linalg#transp.helpers-3.sentence-1
29.9.10.3https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose
[linalg.transp.layout.transpose]https://timsong-cpp.github.io/cppwp/linalg.transp.layout.transpose
1https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13054
.https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-1.sentence-1
layout_transposehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose
nested_layout_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose,nested_layout_type
mappinghttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose,mapping
extents_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,extents_type
index_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,index_type
size_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,size_type
rank_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,rank_type
layout_typehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,layout_type
extentshttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,extents
required_span_sizehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,required_span_size
operator()https://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,operator()
nested_mappinghttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,nested_mapping
is_always_uniquehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,is_always_unique
is_always_exhaustivehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,is_always_exhaustive
is_always_stridedhttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,is_always_strided
is_uniquehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,is_unique
is_exhaustivehttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,is_exhaustive
is_stridedhttps://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,is_strided
2https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13117
[mdspan.layout.policy.reqmts]https://timsong-cpp.github.io/cppwp/mdspan.layout.policy.reqmts
.https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13121
(3.1)https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-3.2
.https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,constructor
4https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13136
(4.1)https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-4.2
.https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,stride
5https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13153
(5.1)https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-5.1
(5.2)https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-5.2
.https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-5.sentence-1
6https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13162
.https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-6.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:layout_transpose::mapping,operator==
7https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13174
.https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-7.sentence-1
8https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13180
.https://timsong-cpp.github.io/cppwp/linalg#transp.layout.transpose-8.sentence-1
29.9.10.4https://timsong-cpp.github.io/cppwp/linalg#transp.transposed
[linalg.transp.transposed]https://timsong-cpp.github.io/cppwp/linalg.transp.transposed
1https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13187
.https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-1.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-1.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:transposed
2https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13200
.https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13204
.https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-3.sentence-1
(3.1)https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-3.2
(3.3)https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-3.3
(3.4)https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-3.4
(3.5)https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-3.5
(3.6)https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-3.6
(3.6.1)https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-3.6.1
(3.6.2)https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-3.6.2
(3.7)https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-3.7
(3.8)https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-3.8
.https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-3.sentence-2
4https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13253
(4.1)https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-4.2
(4.3)https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-4.3
(4.4)https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-4.4
(4.5)https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-4.5
(4.6)https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-4.6
5https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13300
1https://timsong-cpp.github.io/cppwp/linalg#transp.transposed-example-1
29.9.11https://timsong-cpp.github.io/cppwp/linalg#conjtransposed
[linalg.conjtransposed]https://timsong-cpp.github.io/cppwp/linalg.conjtransposed
1https://timsong-cpp.github.io/cppwp/linalg#conjtransposed-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13336
.https://timsong-cpp.github.io/cppwp/linalg#conjtransposed-1.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#conjtransposed-1.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:conjugate_transposed
2https://timsong-cpp.github.io/cppwp/linalg#conjtransposed-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13347
3https://timsong-cpp.github.io/cppwp/linalg#conjtransposed-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13352
1https://timsong-cpp.github.io/cppwp/linalg#conjtransposed-example-1
29.9.12https://timsong-cpp.github.io/cppwp/linalg#algs.reqs
[linalg.algs.reqs]https://timsong-cpp.github.io/cppwp/linalg.algs.reqs
1https://timsong-cpp.github.io/cppwp/linalg#algs.reqs-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13389
[linalg.algs.blas1]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1
[linalg.algs.blas2]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2
[linalg.algs.blas3]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3
.https://timsong-cpp.github.io/cppwp/linalg#algs.reqs-1.sentence-1
(1.1)https://timsong-cpp.github.io/cppwp/linalg#algs.reqs-1.1
[execpol.type]https://timsong-cpp.github.io/cppwp/execpol.type
.https://timsong-cpp.github.io/cppwp/linalg#algs.reqs-1.1.sentence-1
(1.2)https://timsong-cpp.github.io/cppwp/linalg#algs.reqs-1.2
[complex.numbers.general]https://timsong-cpp.github.io/cppwp/complex.numbers.general
.https://timsong-cpp.github.io/cppwp/linalg#algs.reqs-1.2.sentence-1
(1.3)https://timsong-cpp.github.io/cppwp/linalg#algs.reqs-1.3
.https://timsong-cpp.github.io/cppwp/linalg#algs.reqs-1.3.sentence-1
(1.4)https://timsong-cpp.github.io/cppwp/linalg#algs.reqs-1.4
.https://timsong-cpp.github.io/cppwp/linalg#algs.reqs-1.4.sentence-1
1https://timsong-cpp.github.io/cppwp/linalg#algs.reqs-note-1
[algorithms.parallel.defns]https://timsong-cpp.github.io/cppwp/algorithms.parallel.defns
.https://timsong-cpp.github.io/cppwp/linalg#algs.reqs-1.sentence-2
29.9.13https://timsong-cpp.github.io/cppwp/linalg#algs.blas1
[linalg.algs.blas1]https://timsong-cpp.github.io/cppwp/linalg.algs.blas1
29.9.13.1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.complexity
[linalg.algs.blas1.complexity]https://timsong-cpp.github.io/cppwp/linalg.algs.blas1.complexity
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.complexity-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13416
[linalg.algs.blas1]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.complexity-1.sentence-1
29.9.13.2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens
[linalg.algs.blas1.givens]https://timsong-cpp.github.io/cppwp/linalg.algs.blas1.givens
29.9.13.2.1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.lartg
[linalg.algs.blas1.givens.lartg]https://timsong-cpp.github.io/cppwp/linalg.algs.blas1.givens.lartg
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:setup_givens_rotation
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.lartg-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13438
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.lartg-1.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.lartg-1.sentence-3
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.lartg-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:lapack
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.lartg-1.sentence-4
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.lartg-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13470
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.lartg-2.sentence-1
29.9.13.2.2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.rot
[linalg.algs.blas1.givens.rot]https://timsong-cpp.github.io/cppwp/linalg.algs.blas1.givens.rot
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:apply_givens_rotation
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.rot-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13496
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.rot-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.rot-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.rot-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13501
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.rot-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.rot-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13505
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.rot-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.rot-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13509
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.givens.rot-4.sentence-1
29.9.13.3https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.swap
[linalg.algs.blas1.swap]https://timsong-cpp.github.io/cppwp/linalg.algs.blas1.swap
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:swap_elements
inout-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-object
inout-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-object
inout-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-object
inout-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-object
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.swap-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13529
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.swap-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.swap-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.swap-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13534
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.swap-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.swap-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13538
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.swap-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.swap-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13546
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.swap-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.swap-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13550
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.swap-5.sentence-1
29.9.13.4https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.scal
[linalg.algs.blas1.scal]https://timsong-cpp.github.io/cppwp/linalg.algs.blas1.scal
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:scale
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
inout-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-object
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
inout-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-object
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.scal-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13566
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.scal-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.scal-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.scal-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13571
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.scal-2.sentence-1
29.9.13.5https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.copy
[linalg.algs.blas1.copy]https://timsong-cpp.github.io/cppwp/linalg.algs.blas1.copy
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:copy
in-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:in-object
out-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:out-object
in-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:in-object
out-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:out-object
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.copy-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13589
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.copy-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.copy-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.copy-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13594
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.copy-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.copy-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13598
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.copy-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.copy-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13606
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.copy-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.copy-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13610
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.copy-5.sentence-1
29.9.13.6https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.add
[linalg.algs.blas1.add]https://timsong-cpp.github.io/cppwp/linalg.algs.blas1.add
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:add
in-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:in-object
in-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:in-object
out-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:out-object
in-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:in-object
in-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:in-object
out-objecthttps://timsong-cpp.github.io/cppwp/linalg#concept:out-object
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.add-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13627
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.add-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.add-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.add-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13632
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.add-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.add-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13636
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.add-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.add-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13640
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.add-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.add-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13644
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.add-5.sentence-1
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.add-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13648
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.add-6.sentence-1
29.9.13.7https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot
[linalg.algs.blas1.dot]https://timsong-cpp.github.io/cppwp/linalg.algs.blas1.dot
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13655
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13661
[linalg.algs.blas1.dot]https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13664
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13668
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:dot
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13682
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-5.sentence-1
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13686
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-6.sentence-1
(6.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-6.1
(6.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-6.2
7https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13697
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-7.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:dot_
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
8https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13716
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-8.sentence-1
9https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13719
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-9.sentence-1
(9.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-9.1
(9.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-9.2
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:dotc
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
10https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13750
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-10.sentence-1
11https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13754
(11.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-11.1
(11.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-11.2
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:dotc_
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
12https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13782
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-12.sentence-1
13https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13785
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-13.sentence-1
(13.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-13.1
(13.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.dot-13.2
29.9.13.8https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2
[linalg.algs.blas1.nrm2]https://timsong-cpp.github.io/cppwp/linalg.algs.blas1.nrm2
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:vector_two_norm
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13815
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13820
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-2.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-2.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-2.sentence-3
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13830
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-3.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-3.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-note-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-3.sentence-2
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13845
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:vector_two_norm_
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13861
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-5.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-5.sentence-2
(5.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-5.1
(5.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.nrm2-5.2
29.9.13.9https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum
[linalg.algs.blas1.asum]https://timsong-cpp.github.io/cppwp/linalg.algs.blas1.asum
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:vector_abs_sum
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13893
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13899
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13907
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum-3.sentence-1
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum-3.2
(3.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum-3.3
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13928
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:vector_abs_sum_
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13946
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum-5.sentence-1
(5.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum-5.1
(5.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.asum-5.2
29.9.13.10https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.iamax
[linalg.algs.blas1.iamax]https://timsong-cpp.github.io/cppwp/linalg.algs.blas1.iamax
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:vector_idx_abs_max
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.iamax-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13976
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.iamax-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.iamax-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.iamax-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13981
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.iamax-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13988
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.iamax-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.iamax-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L13992
(4.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.iamax-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.iamax-4.2
(4.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.iamax-4.3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.iamax-4.sentence-1
29.9.13.11https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm
[linalg.algs.blas1.matfrobnorm]https://timsong-cpp.github.io/cppwp/linalg.algs.blas1.matfrobnorm
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14014
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas-std
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:matrix_frob_norm
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14030
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-2.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-2.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-2.sentence-3
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14040
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-3.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-3.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-note-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-3.sentence-2
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14055
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:matrix_frob_norm_
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14071
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-5.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-5.sentence-2
(5.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-5.1
(5.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matfrobnorm-5.2
29.9.13.12https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm
[linalg.algs.blas1.matonenorm]https://timsong-cpp.github.io/cppwp/linalg.algs.blas1.matonenorm
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14095
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas-std
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:matrix_one_norm
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14110
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14115
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-3.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-3.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-note-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-3.sentence-2
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14129
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:matrix_one_norm_
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14147
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-5.sentence-1
(5.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-5.1
(5.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matonenorm-5.2
29.9.13.13https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm
[linalg.algs.blas1.matinfnorm]https://timsong-cpp.github.io/cppwp/linalg.algs.blas1.matinfnorm
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14169
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas-std
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:matrix_inf_norm
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14184
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14189
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-3.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-3.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-note-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-3.sentence-2
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14205
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:matrix_inf_norm_
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14224
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-5.sentence-1
(5.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-5.1
(5.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas1.matinfnorm-5.2
29.9.14https://timsong-cpp.github.io/cppwp/linalg#algs.blas2
[linalg.algs.blas2]https://timsong-cpp.github.io/cppwp/linalg.algs.blas2
29.9.14.1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv
[linalg.algs.blas2.gemv]https://timsong-cpp.github.io/cppwp/linalg.algs.blas2.gemv
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14248
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-note-1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14253
[linalg.algs.blas2.gemv]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14256
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-3.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14267
(4.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-4.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14276
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-5.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:matrix_vector_product
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14289
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-6.sentence-1
7https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14292
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-7.sentence-1
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-example-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:matrix_vector_product_
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
8https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14327
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-8.sentence-1
9https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14330
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-9.sentence-1
10https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14334
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-10.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.gemv-example-2
29.9.14.2https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv
[linalg.algs.blas2.symv]https://timsong-cpp.github.io/cppwp/linalg.algs.blas2.symv
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14351
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14357
[linalg.algs.blas2.symv]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14360
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-3.2
(3.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-3.3
(3.4)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-3.4
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14377
(4.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-4.2
(4.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-4.3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14389
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-5.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:symmetric_matrix_vector_product
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14405
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-6.sentence-1
7https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14410
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-7.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:symmetric_matrix_vector_product_
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
8https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14426
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-8.sentence-1
9https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14431
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-9.sentence-1
10https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14435
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symv-10.sentence-1
29.9.14.3https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv
[linalg.algs.blas2.hemv]https://timsong-cpp.github.io/cppwp/linalg.algs.blas2.hemv
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14442
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14448
[linalg.algs.blas2.hemv]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14451
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-3.2
(3.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-3.3
(3.4)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-3.4
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14469
(4.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-4.2
(4.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-4.3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14480
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-5.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:hermitian_matrix_vector_product
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14495
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-6.sentence-1
7https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14500
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-7.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:hermitian_matrix_vector_product_
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
8https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14516
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-8.sentence-1
9https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14521
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-9.sentence-1
10https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14525
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.hemv-10.sentence-1
29.9.14.4https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv
[linalg.algs.blas2.trmv]https://timsong-cpp.github.io/cppwp/linalg.algs.blas2.trmv
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14532
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14538
[linalg.algs.blas2.trmv]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14541
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-3.2
(3.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-3.3
(3.4)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-3.4
(3.5)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-3.5
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14562
(4.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-4.2
(4.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-4.3
(4.4)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-4.4
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_vector_product
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14589
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-5.sentence-1
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14595
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-6.sentence-1
7https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14599
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-7.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_vector_product_
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
8https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14616
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-8.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-note-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-8.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-8.sentence-3
9https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14626
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-9.sentence-1
10https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14631
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-10.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_vector_product__
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
11https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14650
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-11.sentence-1
12https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14655
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-12.sentence-1
13https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14659
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-13.sentence-1
14https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14663
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trmv-14.sentence-1
29.9.14.5https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv
[linalg.algs.blas2.trsv]https://timsong-cpp.github.io/cppwp/linalg.algs.blas2.trsv
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14670
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14676
[linalg.algs.blas2.trsv]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14679
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-3.2
(3.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-3.3
(3.4)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-3.4
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14697
(4.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-4.2
(4.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-4.3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_vector_solve
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14724
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-5.sentence-1
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14730
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-6.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-6.sentence-2
7https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14737
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-7.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_vector_solve_
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
8https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14750
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_vector_solve__
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-vector
9https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14767
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_vector_solve___
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
10https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14790
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-10.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-note-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-10.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-10.sentence-3
11https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14800
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-11.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-11.sentence-2
12https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14807
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-12.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_vector_solve____
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
13https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14819
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_vector_solve_____
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-vector
14https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.trsv-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14836
29.9.14.6https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1
[linalg.algs.blas2.rank1]https://timsong-cpp.github.io/cppwp/linalg.algs.blas2.rank1
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14847
[linalg.algs.blas2.rank1]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14850
(2.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-2.1
(2.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-2.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14861
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-3.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14872
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:matrix_rank_1_update
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14885
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-5.sentence-1
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-5.sentence-2
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14893
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-6.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:matrix_rank_1_update_
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
7https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14908
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-7.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-note-2
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-7.sentence-2
8https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14916
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-8.sentence-1
9https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14920
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-9.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:matrix_rank_1_update_c
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
10https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14934
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-10.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-note-3
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-10.sentence-2
11https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14942
(11.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-11.1
(11.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-11.2
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:matrix_rank_1_update_c_
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
12https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14969
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-12.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-note-4
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-12.sentence-2
13https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14977
(13.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-13.1
(13.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank1-13.2
29.9.14.7https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1
[linalg.algs.blas2.symherrank1]https://timsong-cpp.github.io/cppwp/linalg.algs.blas2.symherrank1
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L14996
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-1.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-1.sentence-2
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15005
[linalg.algs.blas2.symherrank1]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15008
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-3.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-3.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-3.sentence-3
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-3.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-3.sentence-4
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15029
(4.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-4.2
(4.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-4.3
(4.4)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-4.4
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15047
(5.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-5.1
(5.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-5.2
(5.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-5.3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-5.sentence-1
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15059
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-6.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:symmetric_matrix_rank_1_update
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
7https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15074
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-7.sentence-1
8https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15080
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-8.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:symmetric_matrix_rank_1_update_
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
9https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15098
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-9.sentence-1
10https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15105
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-10.sentence-1
11https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15110
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-11.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:hermitian_matrix_rank_1_update
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
12https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15126
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-12.sentence-1
13https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15132
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-13.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:hermitian_matrix_rank_1_update_
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
14https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15151
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-14.sentence-1
15https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-15
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15158
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-15.sentence-1
16https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-16
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15163
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.symherrank1-16.sentence-1
29.9.14.8https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2
[linalg.algs.blas2.rank2]https://timsong-cpp.github.io/cppwp/linalg.algs.blas2.rank2
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15170
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15176
[linalg.algs.blas2.rank2]https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15179
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-3.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-3.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-3.sentence-3
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-3.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-3.sentence-4
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15200
(4.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-4.2
(4.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-4.3
(4.4)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-4.4
(4.5)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-4.5
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15223
(5.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-5.1
(5.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-5.2
(5.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-5.3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-5.sentence-1
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15235
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-6.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:symmetric_matrix_rank_2_update
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
7https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15251
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-7.sentence-1
8https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15257
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-8.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:symmetric_matrix_rank_2_update_
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
9https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15274
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-9.sentence-1
10https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15281
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-10.sentence-1
11https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15285
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-11.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:hermitian_matrix_rank_2_update
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
12https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15302
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-12.sentence-1
13https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15308
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-13.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:hermitian_matrix_rank_2_update_
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-vectorhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-vector
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
14https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15325
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-14.sentence-1
15https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-15
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15332
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-15.sentence-1
16https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-16
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15336
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas2.rank2-16.sentence-1
29.9.15https://timsong-cpp.github.io/cppwp/linalg#algs.blas3
[linalg.algs.blas3]https://timsong-cpp.github.io/cppwp/linalg.algs.blas3
29.9.15.1https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm
[linalg.algs.blas3.gemm]https://timsong-cpp.github.io/cppwp/linalg.algs.blas3.gemm
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15345
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15350
[linalg.algs.blas3.gemm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15355
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15360
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15364
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-5.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:matrix_product
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15377
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-6.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:matrix_product_
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
7https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15392
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-7.sentence-1
8https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15396
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-8.sentence-1
9https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15400
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-9.sentence-1
10https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15404
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.gemm-10.sentence-1
29.9.15.2https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm
[linalg.algs.blas3.xxmm]https://timsong-cpp.github.io/cppwp/linalg.algs.blas3.xxmm
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15411
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15417
[linalg.algs.blas3.xxmm]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15421
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-3.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15432
(4.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-4.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15442
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-5.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:symmetric_matrix_product
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15470
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-6.sentence-1
7https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15476
(7.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-7.1
(7.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-7.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-7.sentence-1
8https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15487
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-8.sentence-1
9https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15491
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-9.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:symmetric_matrix_product_
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
10https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15523
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-10.sentence-1
11https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15529
(11.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-11.1
(11.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-11.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-11.sentence-1
12https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15540
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-12.sentence-1
13https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15544
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-13.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:symmetric_matrix_product__
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
14https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15582
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-14.sentence-1
15https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-15
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15588
(15.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-15.1
(15.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-15.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-15.sentence-1
16https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-16
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15599
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-16.sentence-1
17https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-17
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15603
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-17.sentence-1
18https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-18
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15607
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-18.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:symmetric_matrix_product___
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
19https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-19
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15645
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-19.sentence-1
20https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-20
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15652
(20.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-20.1
(20.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-20.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-20.sentence-1
21https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-21
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15663
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-21.sentence-1
22https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-22
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15667
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-22.sentence-1
23https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-23
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15671
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.xxmm-23.sentence-1
29.9.15.3https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm
[linalg.algs.blas3.trmm]https://timsong-cpp.github.io/cppwp/linalg.algs.blas3.trmm
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15678
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-1.sentence-1
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-1.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_product
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15699
(2.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-2.1
(2.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-2.2
(2.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-2.3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15713
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-3.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15722
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15727
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-5.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_right_product
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15743
(6.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-6.1
(6.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-6.2
(6.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-6.3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-6.sentence-1
7https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15757
(7.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-7.1
(7.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-7.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-7.sentence-1
8https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15766
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-8.sentence-1
9https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15771
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trmm-9.sentence-1
29.9.15.4https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk
[linalg.algs.blas3.rankk]https://timsong-cpp.github.io/cppwp/linalg.algs.blas3.rankk
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15778
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15784
[linalg.algs.blas3.rankk]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15787
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-3.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-3.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-3.sentence-3
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-3.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-3.sentence-4
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15808
(4.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-4.2
(4.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-4.3
(4.4)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-4.4
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15828
(5.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-5.1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-note-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-5.1.sentence-1
(5.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-5.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-5.sentence-1
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15842
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-6.sentence-1
7https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15846
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-7.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:symmetric_matrix_rank_k_update
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
8https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15861
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-8.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:hermitian_matrix_rank_k_update
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
9https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15879
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-9.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:symmetric_matrix_rank_k_update_
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
10https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15897
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-10.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:hermitian_matrix_rank_k_update_
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
scalarhttps://timsong-cpp.github.io/cppwp/linalg#concept:scalar
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
11https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15915
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rankk-11.sentence-1
29.9.15.5https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k
[linalg.algs.blas3.rank2k]https://timsong-cpp.github.io/cppwp/linalg.algs.blas3.rank2k
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15923
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-1.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15929
[linalg.algs.blas3.rank2k]https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15932
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-3.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-3.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-3.sentence-3
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-3.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-3.sentence-4
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15953
(4.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-4.2
(4.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-4.3
(4.4)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-4.4
(4.5)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-4.5
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15976
(5.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-5.1
(5.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-5.2
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-note-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-5.2.sentence-1
(5.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-5.3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-5.sentence-1
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15993
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-6.sentence-1
7https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L15997
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-7.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:symmetric_matrix_rank_2k_update
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
8https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16013
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-8.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:hermitian_matrix_rank_2k_update
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
9https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16031
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-9.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:symmetric_matrix_rank_2k_update_
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
10https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16048
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-10.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:hermitian_matrix_rank_2k_update_
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
possibly-packed-out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:possibly-packed-out-matrix
11https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16066
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.rank2k-11.sentence-1
29.9.15.6https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm
[linalg.algs.blas3.trsm]https://timsong-cpp.github.io/cppwp/linalg.algs.blas3.trsm
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16073
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_matrix_left_solve
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16093
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-2.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16098
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-3.2
(3.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-3.3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16113
(4.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-4.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16122
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-5.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-5.sentence-2
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16129
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-6.sentence-1
7https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16134
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-note-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-7.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_matrix_left_solve_
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
8https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16153
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_matrix_left_solve__
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
9https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16171
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_matrix_right_solve
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
10https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16196
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-10.sentence-1
11https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16201
(11.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-11.1
(11.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-11.2
(11.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-11.3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-11.sentence-1
12https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16214
(12.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-12.1
(12.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-12.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-12.sentence-1
13https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16223
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-13.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-13.sentence-2
14https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16230
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-note-3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-14.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_matrix_right_solve_
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
15https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-15
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16252
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_matrix_right_solve__
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
out-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:out-matrix
16https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.trsm-16
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16270
29.9.15.7https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm
[linalg.algs.blas3.inplacetrsm]https://timsong-cpp.github.io/cppwp/linalg.algs.blas3.inplacetrsm
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16281
1https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-note-1
[bib]https://timsong-cpp.github.io/cppwp/bibliography#bib:blas3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_matrix_left_solve___
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16300
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-2.sentence-1
2https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-note-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-2.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-2.sentence-3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-2.sentence-4
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16312
(3.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-3.1
(3.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-3.2
(3.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-3.3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-3.sentence-1
4https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16327
(4.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-4.1
(4.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-4.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-4.sentence-1
5https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16336
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-5.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-5.sentence-2
6https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16343
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-6.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_matrix_left_solve____
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
7https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16356
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_matrix_left_solve_____
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
8https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16374
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_matrix_right_solve___
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
9https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16397
[linalg.general]https://timsong-cpp.github.io/cppwp/linalg#general
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-9.sentence-1
3https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-note-3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-9.sentence-2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-9.sentence-3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-9.sentence-4
10https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16409
(10.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-10.1
(10.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-10.2
(10.3)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-10.3
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-10.sentence-1
11https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16423
(11.1)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-11.1
(11.2)https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-11.2
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-11.sentence-1
12https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16432
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-12.sentence-1
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-12.sentence-2
13https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16439
.https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-13.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_matrix_right_solve____
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
14https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16451
πŸ”—https://timsong-cpp.github.io/cppwp/linalg#lib:triangular_matrix_matrix_right_solve_____
in-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:in-matrix
inout-matrixhttps://timsong-cpp.github.io/cppwp/linalg#concept:inout-matrix
15https://timsong-cpp.github.io/cppwp/linalg#algs.blas3.inplacetrsm-15
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L16469

URLs of crawlers that visited me.