Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
213 views

Does Blitz++ use BLAS routines when it is possible and appropriate to

I know that Blitz++ gets its performance plus by extensive usage of expression templates and template metaprogramms. But at some point you can't get more out of your code by using these techniques - ...
0
votes
1answer
60 views

Simple Blitz 3D Basic code not functioning for my web app

I am developing an application on Blitz 3D that uses basic programming language. Look at this code: If MilliSecs() = timer + 1000 Then pitch#=2 yaw#=2 roll#=2 If MilliSecs() = timer + 2000 Then ...
0
votes
1answer
56 views

What do the ddx and ddy values do in this AABB ray intersect algorithm?

Does anyone know what the ddx and ddy values do in the AABB ray intersect algorithm? Taken from the following site http://www.blitzbasic.com/codearcs/codearcs.php?code=1029 (show below). Local ...
0
votes
1answer
136 views

how to use blitz_0.9

I down load blitz_0.9,I can build it in vs2008 and get blitzd.lib and blitz.lib but how can i get blitz.dll who have used it give me some advice thank you.
0
votes
3answers
607 views

Why doesn't this Blitz++ code compile?

I'm a blitz++ newbie. So far, so good, but I'm a bit mystified why the commented out line in the code below fails to compile with error: conversion from ...