04 2021 档案
CLAPACK cgeev_ 复数矩阵特征值分解(计算特征值,特征向量)
摘要:#include<time.h>#include < stdio.h>#include < stdlib.h>//void *malloc(size_t n);#include "f2c.h"#include "clapack.h" #define SIZE 60clock_t start, sto 阅读全文
posted @ 2021-04-26 16:57 Alcibiade 阅读(680) 评论(0) 推荐(0)