代码搜索:Strassen

找到约 73 项符合「Strassen」的源代码

代码结果 73
www.eeworm.com/read/270095/11048807

cpp strassen矩阵乘法.cpp

//Strassen矩阵乘法 #include struct node { int data; node *next; }; class Vector { public: node * list; int n; public: void init(); void show(); void ch(Vector v1,
www.eeworm.com/read/218764/14907336

readme

These directories contains the code for the SERIAL Strassen implementation for general matrix multiplication C = alpha*AB+beta*C. The major difference between this code and the BLAS DGEMM
www.eeworm.com/read/187445/8639337

cpp strassen算法可执行程序.cpp

/* 计算机科学与技术 2004131063 刘春影 */ /*矩阵相乘的Strassen算法及时间复杂度分析*/ #include #include #include #include #include void Allot(float **&temp,i
www.eeworm.com/read/453562/7416959

cpp ownerdiaog.cpp

// OwnerDiaog.cpp : implementation file // #include "stdafx.h" #include "Althogthim.h" #include "OwnerDiaog.h" #include #include #ifdef _DEBUG #define new DEBUG_NEW
www.eeworm.com/read/441871/7663570

cpp maindpr.cpp

//////////////////////////////////////////////////////////////////////////////// /// /// @file mainDPR.cpp /// /// @author Marwan et Mehdi /// ///////////////////////////////////////////////////
www.eeworm.com/read/139007/13195622

m strassenw.m

function C = strassenw(A, B, nmin) %STRASSENW Strassen's fast matrix multiplication algorithm (Winograd variant). % C = STRASSENW(A, B, NMIN), where A and B are matrices of dimension %