June 16, 2006 Learn » Re: help with library build | |||
|---|---|---|---|
| |||
I've been trying to solve this problem for hours. cc -o main.exe main... | |||
June 16, 2006 Learn » help with library build | |||
|---|---|---|---|
| |||
I'm having some trouble with the library. Everything in one directory. dxl.d in... | |||
June 14, 2006 Learn » Re: static if on types like double, float | |||
|---|---|---|---|
| |||
sclytrack@pi.be wrote: See the is-expression: http://www.digitalmars.com/d/expression.html... | |||
June 14, 2006 Learn » static if on types like double, float | |||
|---|---|---|---|
| |||
I have the following class, called SingularValueDecomposition, it should only accept T of type float... | |||
June 01, 2006 General » Re: MatrixFixed(T, int ROWS, int COLUMNS) | |||
|---|---|---|---|
| |||
...2006 07:23:36 +0000 (UTC), sclytrack@pi.be wrote: The multi-dimensional array syntax... | |||
June 01, 2006 General » Re: MatrixFixed(T, int ROWS, int COLUMNS) | |||
|---|---|---|---|
| |||
T data[ROWS][COLUMNS]; my bug. | |||
June 01, 2006 General » MatrixFixed(T, int ROWS, int COLUMNS) | |||
|---|---|---|---|
| |||
Definition:
struct MatrixFixed(T, int ROWS, int COLUMNS)
{
private:
T data[ROWS, COLUMNS];
Usage:
alias... | |||
May 22, 2006 General » style | |||
|---|---|---|---|
| |||
I was wondering about the style to be used in D, especially related to private... | |||
May 17, 2006 General » vxl | |||
|---|---|---|---|
| |||
Lapack ------ On netlib you have the numerical library written in fortran 77, latest version is... | |||
May 17, 2006 General » Re: A gentle critque.. | |||
|---|---|---|---|
| |||
...programming. (see CSP -- Communicating Sequential Processes -- and Pi Calculus type constructs/constraints). Such high-level... | |||
Copyright © 1999-2021 by the D Language Foundation