How to use dger (BLAS) in C

后端 未结 0 1182
北荒
北荒 2021-01-27 18:16

I\'m struggling with using dger() correctly in C. My code is as follows:

#include 
#include "blas.h"

int main() {
    double a[4*5] = {          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题