代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/169491/5420663
cpp old-matlib.cpp
/* -*- indent-tabs-mode:T; c-basic-offset:8; tab-width:8; -*- vi: set ts=8:
* $Id: old-matlib.cpp,v 2.0 2002/09/22 02:07:32 tramm Exp $
*
* This is the source file for the matrix and math utiltiy
www.eeworm.com/read/168845/5436134
rationale
We could either implement simple chaining for variable maps, or
implement generic composition classes. The former was choosen,
mostly because of simplicity.
There were two implementation approa
www.eeworm.com/read/167185/5462072
c dvmove.c
dvmove(x,y,n)/* move vector x to y */
register double *x,*y;
register int n;
{
register int i;
for(i=0;i
www.eeworm.com/read/167185/5462113
c spmult.c
spmult(p1,f,p2,p3,n)/* form the vector p3=p1+f*p2 */
register double *p1,f,*p2,*p3;
register int n;
{
register int i;
for(i=0;i
www.eeworm.com/read/167185/5462187
c dvmove.c
dvmove(x,y,n)/* move vector x to y */
register double *x,*y;
register int n;
{
register int i;
for(i=0;i
www.eeworm.com/read/167185/5462228
c spmult.c
spmult(p1,f,p2,p3,n)/* form the vector p3=p1+f*p2 */
register double *p1,f,*p2,*p3;
register int n;
{
register int i;
for(i=0;i
www.eeworm.com/read/162614/5528088
c simd-6.c
typedef int __attribute__((vector_size (8))) vec;
vec a[] = {(vec) {1, 2}, {3, 4}};
www.eeworm.com/read/162614/5535145
java area.java
/* Area.java -- represents a shape built by constructive area geometry
Copyright (C) 2002, 2004 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you ca
www.eeworm.com/read/162519/5544677
java area.java
/* Area.java -- represents a shape built by constructive area geometry
Copyright (C) 2002, 2004 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you ca