代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/218973/14900262
h matrix.h
#ifndef __cplusplus
#error Must use C++ for the type matrix.
#endif
#if !defined(__STD_MATRIX_H)
#define __STD_MATRIX_H
//////////////////////////////
// First deal with various shortcomings
www.eeworm.com/read/218832/14905099
h matrix.h
/**
* File : Matrix.h
* Author : Wind
* Email : zealotwjr@163.com
* Date : 2005-9-30
* Purpose :
* */
#include "../head/Global.h"
#ifndef MATRIX_H_
#define MATRIX_H_
ty
www.eeworm.com/read/218832/14905110
c matrix.c
/**
* File : Matrix.c
* Author : Wind
* Email : zealotwjr@163.com
* Date : 2005-9-30
* Purpose :
* */
#include
#include
#include "../head/Global.h"
www.eeworm.com/read/218764/14907356
h matrix.h
/* Avoid multiple inclusion of this header file */
#ifndef PRISM_MATRIX_H
#define PRISM_MATRIX_H
#include
#include
#include
#include
#if PRISM_T3D || PRISM_
www.eeworm.com/read/218764/14907383
c matrix.c
#include "matrix.h"
#if STRAS_TIME_PARTS || PRISM_MEM_CHK
#include "matrix_test.h"
#endif
double one=1.0,m_one=-1.0; /* Needed as FORTRAN parameter */
void s_matrix_alloc(int rows, int cols, doubl
www.eeworm.com/read/218261/14929579
h matrix.h
#ifndef MATRIX_H
#define MATRIX_H
#include
#include
#include "vector.h"
typedef struct
{
uint dimension;
Vector ** rows;
} Matrix;
Matrix * Matrix_Create(u
www.eeworm.com/read/218261/14929719
c matrix.c
//-{-------
#include "matrix.h"
#define EPSILON (0.0001f)
//-}{----------- create/destroy stuff ------------------------------------------
Matrix * Matrix_Create(uint dim)
{
Matrix * m;
www.eeworm.com/read/117059/14940760
h matrix.h
#include "stdafx.h"
#include
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
///////////////////////Matri
www.eeworm.com/read/116554/14965868
c matrix.c
www.eeworm.com/read/116554/14965899