René's URL Explorer Experiment


Title: 基本线性代数算法 (C++26 起) - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: zh.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://zh.cppreference.com/
创建账号https://zh.cppreference.com/index.php?title=Special:%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%88%B7&returnto=cpp%2Fnumeric%2Flinalg
登录https://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Fnumeric%2Flinalg
页面https://zh.cppreference.com/cpp/numeric/linalg
讨论https://zh.cppreference.com/index.php?title=Talk:cpp/numeric/linalg&action=edit&redlink=1
https://zh.cppreference.com/cpp/numeric/linalg
不转换https://zh.cppreference.com/index.php?title=cpp/numeric/linalg&variant=zh
简体https://zh.cppreference.com/index.php?title=cpp/numeric/linalg&variant=zh-hans
繁體https://zh.cppreference.com/index.php?title=cpp/numeric/linalg&variant=zh-hant
大陆简体https://zh.cppreference.com/index.php?title=cpp/numeric/linalg&variant=zh-cn
香港繁體https://zh.cppreference.com/index.php?title=cpp/numeric/linalg&variant=zh-hk
澳門繁體https://zh.cppreference.com/index.php?title=cpp/numeric/linalg&variant=zh-mo
大马简体https://zh.cppreference.com/index.php?title=cpp/numeric/linalg&variant=zh-my
新加坡简体https://zh.cppreference.com/index.php?title=cpp/numeric/linalg&variant=zh-sg
臺灣正體https://zh.cppreference.com/index.php?title=cpp/numeric/linalg&variant=zh-tw
阅读https://zh.cppreference.com/cpp/numeric/linalg
查看源代码https://zh.cppreference.com/index.php?title=cpp/numeric/linalg&action=edit
查看历史https://zh.cppreference.com/index.php?title=cpp/numeric/linalg&action=history
https://zh.cppreference.com/cpp/numeric/linalg
cpphttps://zh.cppreference.com/cpp
numerichttps://zh.cppreference.com/cpp/numeric
C++https://zh.cppreference.com/cpp
编译器支持https://zh.cppreference.com/cpp/compiler_support
自立实现与有宿主实现https://zh.cppreference.com/cpp/freestanding
语言https://zh.cppreference.com/cpp/language
标准库https://zh.cppreference.com/cpp/standard_library
标准库标头https://zh.cppreference.com/cpp/header
具名要求https://zh.cppreference.com/cpp/named_req
功能特性测试宏https://zh.cppreference.com/cpp/feature_test
语言支持库https://zh.cppreference.com/cpp/utility#语言支持
概念库https://zh.cppreference.com/cpp/concepts
诊断库https://zh.cppreference.com/cpp/error
内存管理库https://zh.cppreference.com/cpp/memory
元编程库https://zh.cppreference.com/cpp/meta
通用工具库https://zh.cppreference.com/cpp/utility
容器库https://zh.cppreference.com/cpp/container
迭代器库https://zh.cppreference.com/cpp/iterator
范围库https://zh.cppreference.com/cpp/ranges
算法库https://zh.cppreference.com/cpp/algorithm
字符串库https://zh.cppreference.com/cpp/string
文本处理库https://zh.cppreference.com/cpp/text
数值库https://zh.cppreference.com/cpp/numeric
日期和时间库https://zh.cppreference.com/cpp/chrono
输入/输出库https://zh.cppreference.com/cpp/io
文件系统库https://zh.cppreference.com/cpp/filesystem
并发支持库https://zh.cppreference.com/cpp/thread
执行控制库https://zh.cppreference.com/cpp/execution
技术规范https://zh.cppreference.com/cpp/experimental
符号索引https://zh.cppreference.com/cpp/symbol_index
外部库https://zh.cppreference.com/cpp/links/libs
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
数值库https://zh.cppreference.com/cpp/numeric
常用数学函数https://zh.cppreference.com/cpp/numeric/math
数学特殊函数https://zh.cppreference.com/cpp/numeric/special_functions
数学常数https://zh.cppreference.com/cpp/numeric/constants
数据并行类型(SIMD)https://zh.cppreference.com/cpp/numeric/simd
浮点数环境https://zh.cppreference.com/cpp/numeric/fenv
复数https://zh.cppreference.com/cpp/numeric/complex
数值数组 (valarray)https://zh.cppreference.com/cpp/numeric/valarray
伪随机数生成https://zh.cppreference.com/cpp/numeric/random
位操纵https://zh.cppreference.com/cpp/utility/bit
饱和算术https://zh.cppreference.com/cpp/numeric#饱和算术
因数运算https://zh.cppreference.com/cpp/numeric#因数运算
gcdhttps://zh.cppreference.com/cpp/numeric/gcd
lcmhttps://zh.cppreference.com/cpp/numeric/lcm
插值https://zh.cppreference.com/cpp/numeric#插值运算
midpointhttps://zh.cppreference.com/cpp/numeric/midpoint
lerphttps://zh.cppreference.com/cpp/numeric/lerp
泛型算术运算https://zh.cppreference.com/cpp/numeric#算术运算
iotahttps://zh.cppreference.com/cpp/algorithm/iota
ranges::iotahttps://zh.cppreference.com/cpp/algorithm/ranges/iota
accumulatehttps://zh.cppreference.com/cpp/algorithm/accumulate
inner_producthttps://zh.cppreference.com/cpp/algorithm/inner_product
adjacent_differencehttps://zh.cppreference.com/cpp/algorithm/adjacent_difference
partial_sumhttps://zh.cppreference.com/cpp/algorithm/partial_sum
reducehttps://zh.cppreference.com/cpp/algorithm/reduce
transform_reducehttps://zh.cppreference.com/cpp/algorithm/transform_reduce
inclusive_scanhttps://zh.cppreference.com/cpp/algorithm/inclusive_scan
exclusive_scanhttps://zh.cppreference.com/cpp/algorithm/exclusive_scan
transform_inclusive_scanhttps://zh.cppreference.com/cpp/algorithm/transform_inclusive_scan
transform_exclusive_scanhttps://zh.cppreference.com/cpp/algorithm/transform_exclusive_scan
C 风格带检查整数算术https://zh.cppreference.com/cpp/numeric#带检查整数算术
ckd_addhttps://zh.cppreference.com/cpp/numeric/ckd_add
ckd_subhttps://zh.cppreference.com/cpp/numeric/ckd_sub
ckd_mulhttps://zh.cppreference.com/cpp/numeric/ckd_mul
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/navbar_content&action=edit
BLAS 1 函数https://zh.cppreference.com/cpp/numeric/linalg#BLAS_1_函数
setup_givens_rotationhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/setup_givens_rotation&action=edit&redlink=1
apply_givens_rotationhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/apply_givens_rotation&action=edit&redlink=1
swap_elementhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/swap_element&action=edit&redlink=1
scalehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/scale&action=edit&redlink=1
copyhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/copy&action=edit&redlink=1
addhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/add&action=edit&redlink=1
dothttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/dot&action=edit&redlink=1
dotchttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/dotc&action=edit&redlink=1
vector_sum_of_squareshttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/vector_sum_of_squares&action=edit&redlink=1
vector_two_normhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/vector_two_norm&action=edit&redlink=1
vector_abs_sumhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/vector_abs_sum&action=edit&redlink=1
vector_idx_abs_maxhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/vector_idx_abs_max&action=edit&redlink=1
matrix_frob_normhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/matrix_frob_norm&action=edit&redlink=1
matrix_one_normhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/matrix_one_norm&action=edit&redlink=1
matrix_inf_normhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/matrix_inf_norm&action=edit&redlink=1
BLAS 2 函数https://zh.cppreference.com/cpp/numeric/linalg#BLAS_2_函数
matrix_rank_1_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/matrix_rank_1_update&action=edit&redlink=1
matrix_rank_1_update_chttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/matrix_rank_1_update_c&action=edit&redlink=1
symmetric_matrix_rank_1_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/symmetric_matrix_rank_1_update&action=edit&redlink=1
hermitian_matrix_rank_1_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/hermitian_matrix_rank_1_update&action=edit&redlink=1
symmetric_matrix_rank_2_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/symmetric_matrix_rank_2_update&action=edit&redlink=1
hermitian_matrix_rank_2_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/hermitian_matrix_rank_2_update&action=edit&redlink=1
matrix_vector_producthttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/matrix_vector_product&action=edit&redlink=1
symmetric_matrix_vector_producthttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/symmetric_matrix_vector_product&action=edit&redlink=1
hermitian_matrix_vector_producthttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/hermitian_matrix_vector_product&action=edit&redlink=1
triangular_matrix_vector_producthttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/triangular_matrix_vector_product&action=edit&redlink=1
triangular_matrix_vector_solvehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/triangular_matrix_vector_solve&action=edit&redlink=1
BLAS 3 函数https://zh.cppreference.com/cpp/numeric/linalg#BLAS_3_函数
symmetric_matrix_rank_k_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/symmetric_matrix_rank_k_update&action=edit&redlink=1
hermitian_matrix_rank_k_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/hermitian_matrix_rank_k_update&action=edit&redlink=1
symmetric_matrix_rank_2k_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/symmetric_matrix_rank_2k_update&action=edit&redlink=1
hermitian_matrix_rank_2k_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/hermitian_matrix_rank_2k_update&action=edit&redlink=1
triangular_matrix_matrix_left_solvetriangular_matrix_matrix_right_solvehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/triangular_matrix_matrix_solve&action=edit&redlink=1
matrix_producthttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/matrix_product&action=edit&redlink=1
symmetric_matrix_producthttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/symmetric_matrix_product&action=edit&redlink=1
hermitian_matrix_producthttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/hermitian_matrix_product&action=edit&redlink=1
triangular_matrix_producttriangular_matrix_left_producttriangular_matrix_right_producthttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/triangular_matrix_product&action=edit&redlink=1
原位转换https://zh.cppreference.com/cpp/numeric/linalg#原位转换
scaledhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/scaled&action=edit&redlink=1
conjugatedhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/conjugated&action=edit&redlink=1
transposedhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/transposed&action=edit&redlink=1
conjugate_transposedhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/conjugate_transposed&action=edit&redlink=1
scaled_accessorhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/scaled_accessor&action=edit&redlink=1
conjugated_accessorhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/conjugated_accessor&action=edit&redlink=1
layout_transposehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/layout_transpose&action=edit&redlink=1
辅助项https://zh.cppreference.com/cpp/numeric/linalg#辅助项
column_majorrow_majorcolumn_major_trow_major_thttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/storage_order_tags&action=edit&redlink=1
upper_trianglelower_triangleupper_triangle_tlower_triangle_thttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/triangle_tags&action=edit&redlink=1
implicit_unit_diagonalexplicit_diagonalimplicit_unit_diagonal_texplicit_diagonal_thttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/diagonal_tags&action=edit&redlink=1
layout_blas_packedhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/layout_blas_packed&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/navbar_content&action=edit
BLAShttps://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms
BLAS 标准http://www.netlib.org/blas/blast-forum/blas-report.pdf
BLAS 1https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms#Level_1
BLAS 2https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms#Level_2
BLAS 3https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms#Level_3
1 原位转换https://zh.cppreference.com/cpp/numeric/linalg#原位转换
2 BLAS 1 函数https://zh.cppreference.com/cpp/numeric/linalg#BLAS_1_函数
3 BLAS 2 函数https://zh.cppreference.com/cpp/numeric/linalg#BLAS_2_函数
4 BLAS 3 函数https://zh.cppreference.com/cpp/numeric/linalg#BLAS_3_函数
5 帮助项https://zh.cppreference.com/cpp/numeric/linalg#帮助项
6 注解https://zh.cppreference.com/cpp/numeric/linalg#注解
7 示例https://zh.cppreference.com/cpp/numeric/linalg#示例
8 外部链接https://zh.cppreference.com/cpp/numeric/linalg#外部链接
https://zh.cppreference.com/cpp/header/linalg
scaled_accessorhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/scaled_accessor&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_scaled_accessor&action=edit
conjugated_accessorhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/conjugated_accessor&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_conjugated_accessor&action=edit
layout_transposehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/layout_transpose&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_layout_transpose&action=edit
scaledhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/scaled&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_scaled&action=edit
conjugatedhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/conjugated&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_conjugated&action=edit
transposedhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/transposed&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_transposed&action=edit
conjugate_transposedhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/conjugate_transposed&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_conjugate_transposed&action=edit
https://zh.cppreference.com/cpp/header/linalg
setup_givens_rotationhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/setup_givens_rotation&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_setup_givens_rotation&action=edit
apply_givens_rotationhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/apply_givens_rotation&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_apply_givens_rotation&action=edit
swap_elementshttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/swap_elements&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_swap_elements&action=edit
scalehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/scale&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_scale&action=edit
copyhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/copy&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_copy&action=edit
addhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/add&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_add&action=edit
dothttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/dot&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_dot&action=edit
dotchttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/dotc&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_dotc&action=edit
vector_sum_of_squareshttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/vector_sum_of_squares&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_vector_sum_of_squares&action=edit
vector_two_normhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/vector_two_norm&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_vector_two_norm&action=edit
vector_abs_sumhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/vector_abs_sum&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_vector_abs_sum&action=edit
vector_idx_abs_maxhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/vector_idx_abs_max&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_vector_idx_abs_max&action=edit
matrix_frob_normhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/matrix_frob_norm&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_matrix_frob_norm&action=edit
matrix_one_normhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/matrix_one_norm&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_matrix_one_norm&action=edit
matrix_inf_normhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/matrix_inf_norm&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_matrix_inf_norm&action=edit
https://zh.cppreference.com/cpp/header/linalg
matrix_vector_producthttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/matrix_vector_product&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_matrix_vector_product&action=edit
symmetric_matrix_vector_producthttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/symmetric_matrix_vector_product&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_symmetric_matrix_vector_product&action=edit
hermitian_matrix_vector_producthttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/hermitian_matrix_vector_product&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_hermitian_matrix_vector_product&action=edit
triangular_matrix_vector_producthttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/triangular_matrix_vector_product&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_triangular_matrix_vector_product&action=edit
triangular_matrix_vector_solvehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/triangular_matrix_vector_solve&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_triangular_matrix_vector_solve&action=edit
matrix_rank_1_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/matrix_rank_1_update&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_matrix_rank_1_update&action=edit
matrix_rank_1_update_chttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/matrix_rank_1_update_c&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_matrix_rank_1_update_c&action=edit
symmetric_matrix_rank_1_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/symmetric_matrix_rank_1_update&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_symmetric_matrix_rank_1_update&action=edit
hermitian_matrix_rank_1_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/hermitian_matrix_rank_1_update&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_hermitian_matrix_rank_1_update&action=edit
hermitian_matrix_rank_2_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/hermitian_matrix_rank_2_update&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_symmetric_matrix_rank_2_update&action=edit
hermitian_matrix_rank_2_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/hermitian_matrix_rank_2_update&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_hermitian_matrix_rank_2_update&action=edit
https://zh.cppreference.com/cpp/header/linalg
matrix_producthttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/matrix_product&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_matrix_product&action=edit
symmetric_matrix_producthttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/symmetric_matrix_product&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_symmetric_matrix_product&action=edit
hermitian_matrix_producthttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/hermitian_matrix_product&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_hermitian_matrix_product&action=edit
triangular_matrix_producttriangular_matrix_left_producttriangular_matrix_right_producthttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/triangular_matrix_product&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_triangular_matrix_product&action=edit
symmetric_matrix_rank_k_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/symmetric_matrix_rank_k_update&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_symmetric_matrix_rank_k_update&action=edit
hermitian_matrix_rank_k_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/hermitian_matrix_rank_k_update&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_hermitian_matrix_rank_k_update&action=edit
symmetric_matrix_rank_2k_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/symmetric_matrix_rank_2k_update&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_symmetric_matrix_rank_2k_update&action=edit
hermitian_matrix_rank_2k_updatehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/hermitian_matrix_rank_2k_update&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_hermitian_matrix_rank_2k_update&action=edit
triangular_matrix_matrix_left_solvetriangular_matrix_matrix_right_solvehttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/triangular_matrix_matrix_solve&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_triangular_matrix_matrix_solve&action=edit
https://zh.cppreference.com/cpp/header/linalg
column_majorrow_majorcolumn_major_trow_major_thttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/storage_order_tags&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_storage_order_tags&action=edit
upper_trianglelower_triangleupper_triangle_tlower_triangle_thttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/triangle_tags&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_triangle_tags&action=edit
implicit_unit_diagonalexplicit_diagonalimplicit_unit_diagonal_texplicit_diagonal_thttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/diagonal_tags&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_diagonal_tags&action=edit
layout_blas_packedhttps://zh.cppreference.com/index.php?title=cpp/numeric/linalg/layout_blas_packed&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/linalg/dsc_layout_blas_packed&action=edit
功能特性测试https://zh.cppreference.com/cpp/utility/feature_test
__cpp_lib_linalghttps://zh.cppreference.com/cpp/feature_test#cpp_lib_linalg
202311Lhttps://zh.cppreference.com/cpp/compiler_support/26#cpp_lib_linalg_202311L
BLAS 主页http://www.netlib.org/blas/
BLAS 技术论坛http://www.netlib.org/blas/blast-forum/
分类https://zh.cppreference.com/Special:%E9%A1%B5%E9%9D%A2%E5%88%86%E7%B1%BB
使用已弃用source标签的页面https://zh.cppreference.com/index.php?title=Category:%E4%BD%BF%E7%94%A8%E5%B7%B2%E5%BC%83%E7%94%A8source%E6%A0%87%E7%AD%BE%E7%9A%84%E9%A1%B5%E9%9D%A2&action=edit&redlink=1
首页https://zh.cppreference.com/%E9%A6%96%E9%A1%B5
最近更改https://zh.cppreference.com/Special:%E6%9C%80%E8%BF%91%E6%9B%B4%E6%94%B9
随机页面https://zh.cppreference.com/Special:%E9%9A%8F%E6%9C%BA%E9%A1%B5%E9%9D%A2
MediaWiki帮助https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
https://zh.cppreference.com/cpp/numeric/linalg
链入页面https://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/numeric/linalg
相关更改https://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/numeric/linalg
上传文件http://upload.cppreference.com/w/Special:Upload
特殊页面https://zh.cppreference.com/Special:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2
可打印版javascript:print();
固定链接https://zh.cppreference.com/index.php?title=cpp/numeric/linalg&oldid=98106
页面信息https://zh.cppreference.com/index.php?title=cpp/numeric/linalg&action=info
Englishhttp://en.cppreference.com/cpp/numeric/linalg
Españolhttp://es.cppreference.com/cpp/numeric/linalg
日本語http://ja.cppreference.com/cpp/numeric/linalg
Русскийhttp://ru.cppreference.com/cpp/numeric/linalg

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.